fix dialogs

This commit is contained in:
jxxghp
2023-10-16 06:58:09 +08:00
parent 5a3673efc6
commit c52ad73101
5 changed files with 16 additions and 16 deletions

View File

@@ -119,9 +119,9 @@ async function updateSiteInfo() {
</script>
<template>
<VBottomSheet
inset
<VDialog
scrollable
max-width="60rem"
>
<VCard
:title="`${props.oper === 'add' ? '新增' : '编辑'}站点${props.oper !== 'add' ? ` - ${siteForm.name}` : ''}`"
@@ -270,5 +270,5 @@ async function updateSiteInfo() {
</VBtn>
</VCardActions>
</VCard>
</VBottomSheet>
</VDialog>
</template>