mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
更新 SubscribeEditDialog.vue
This commit is contained in:
@@ -283,6 +283,7 @@ onMounted(() => {
|
|||||||
<VDialog scrollable max-width="45rem" :fullscreen="!display.mdAndUp.value">
|
<VDialog scrollable max-width="45rem" :fullscreen="!display.mdAndUp.value">
|
||||||
<VCard>
|
<VCard>
|
||||||
<VCardItem class="py-2">
|
<VCardItem class="py-2">
|
||||||
|
<VDialogCloseBtn @click="emit('close')" />
|
||||||
<template #prepend>
|
<template #prepend>
|
||||||
<VIcon icon="mdi-clipboard-list-outline" class="me-2" />
|
<VIcon icon="mdi-clipboard-list-outline" class="me-2" />
|
||||||
</template>
|
</template>
|
||||||
@@ -300,7 +301,6 @@ onMounted(() => {
|
|||||||
</VCardSubtitle>
|
</VCardSubtitle>
|
||||||
</VCardItem>
|
</VCardItem>
|
||||||
<VCardText>
|
<VCardText>
|
||||||
<VDialogCloseBtn @click="emit('close')" />
|
|
||||||
<VForm @submit.prevent="() => {}">
|
<VForm @submit.prevent="() => {}">
|
||||||
<VTabs v-model="activeTab" show-arrows>
|
<VTabs v-model="activeTab" show-arrows>
|
||||||
<VTab value="basic">
|
<VTab value="basic">
|
||||||
|
|||||||
Reference in New Issue
Block a user