更新 SubscribeEditDialog.vue

This commit is contained in:
jxxghp
2025-07-05 09:21:25 +08:00
committed by GitHub
parent 2650bc6068
commit 09942ec946
@@ -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">