fix: 移除对话框的 persistent 属性

This commit is contained in:
jxxghp
2025-03-15 11:52:16 +08:00
parent d13264b10e
commit 5b84ce307b
5 changed files with 5 additions and 5 deletions

View File

@@ -209,7 +209,7 @@ onMounted(() => {
</VList>
</VMenu>
<!-- 自定义 CSS -- -->
<VDialog v-if="cssDialog" v-model="cssDialog" persistent max-width="50rem" scrollable :fullscreen="!display.mdAndUp.value">
<VDialog v-if="cssDialog" v-model="cssDialog" max-width="50rem" scrollable :fullscreen="!display.mdAndUp.value">
<VCard title="自定义主题风格">
<DialogCloseBtn @click="cssDialog = false" />
<VDivider />