将所有 VDialog 组件替换为 DialogWrapper 组件

This commit is contained in:
jxxghp
2025-07-10 12:44:37 +08:00
parent 273d1f8ef2
commit 0918fa1685
63 changed files with 463 additions and 146 deletions

View File

@@ -146,7 +146,7 @@ async function doDelete() {
}
</script>
<template>
<VDialog max-width="40rem" scrollable>
<DialogWrapper max-width="40rem" scrollable>
<VCard>
<VCardText>
<VCol>
@@ -243,7 +243,7 @@ async function doDelete() {
</VCardText>
<VDialogCloseBtn @click="emit('close')" />
</VCard>
</VDialog>
</DialogWrapper>
</template>
<style lang="scss">