将所有 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
+2 -2
View File
@@ -110,7 +110,7 @@ function onClose() {
<VImg :src="filter_svg" cover class="mt-7" max-width="3rem" />
</VCardText>
</VCard>
<VDialog
<DialogWrapper
v-if="ruleInfoDialog"
v-model="ruleInfoDialog"
scrollable
@@ -215,6 +215,6 @@ function onClose() {
}}</VBtn>
</VCardActions>
</VCard>
</VDialog>
</DialogWrapper>
</div>
</template>