mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-04 23:18:44 +08:00
fix ui
This commit is contained in:
@@ -368,6 +368,7 @@ onMounted(() => {
|
|||||||
>
|
>
|
||||||
<!-- Dialog Content -->
|
<!-- Dialog Content -->
|
||||||
<VCard :title="`订阅 - ${props.media?.name}`">
|
<VCard :title="`订阅 - ${props.media?.name}`">
|
||||||
|
<DialogCloseBtn @click="rssInfoDialog = false" />
|
||||||
<VCardText class="pt-2">
|
<VCardText class="pt-2">
|
||||||
<VForm @submit.prevent="() => {}">
|
<VForm @submit.prevent="() => {}">
|
||||||
<VRow>
|
<VRow>
|
||||||
|
|||||||
@@ -176,6 +176,7 @@ function onRefresh() {
|
|||||||
|
|
||||||
<!-- Dialog Content -->
|
<!-- Dialog Content -->
|
||||||
<VCard title="新增自定义订阅">
|
<VCard title="新增自定义订阅">
|
||||||
|
<DialogCloseBtn @click="rssAddDialog = false" />
|
||||||
<VCardText class="pt-2">
|
<VCardText class="pt-2">
|
||||||
<VForm @submit.prevent="() => {}">
|
<VForm @submit.prevent="() => {}">
|
||||||
<VRow>
|
<VRow>
|
||||||
|
|||||||
Reference in New Issue
Block a user