mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-12 11:32:36 +08:00
fix: 调整 AddDownloadDialog 组件标题顺序以更好地显示种子来源
This commit is contained in:
@@ -122,7 +122,7 @@ onMounted(() => {
|
||||
<VDialog max-width="45rem" scrollable>
|
||||
<VCard>
|
||||
<VCardItem>
|
||||
<VCardTitle v-if="title">下载 - {{ torrent?.site_name }}</VCardTitle>
|
||||
<VCardTitle v-if="title">{{ torrent?.site_name }} - {{ title }}</VCardTitle>
|
||||
<VCardTitle v-else>确认下载</VCardTitle>
|
||||
<DialogCloseBtn @click="emit('close')" />
|
||||
</VCardItem>
|
||||
|
||||
Reference in New Issue
Block a user