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