为多个组件的对话框添加全屏显示逻辑

This commit is contained in:
jxxghp
2025-05-25 19:44:04 +08:00
parent 7e637f835a
commit fded7b0b28
27 changed files with 272 additions and 104 deletions

View File

@@ -114,7 +114,6 @@ useDynamicButton({
v-model="addUserDialog"
oper="add"
max-width="45rem"
persistent
@save="onUserAdd"
@close="addUserDialog = false"
/>