Refine mobile cache and scheduler layouts

This commit is contained in:
jxxghp
2026-06-28 12:46:47 +08:00
parent 7574719e04
commit e692a91113
3 changed files with 67 additions and 91 deletions

View File

@@ -73,7 +73,6 @@ const bodyClasses = computed(() => [
<VIcon :icon="props.icon" class="me-2" />
{{ props.title }}
</VCardTitle>
<VCardSubtitle v-if="props.subtitle">{{ props.subtitle }}</VCardSubtitle>
<VDialogCloseBtn v-model="visible" />
</VCardItem>
<VDivider />