新增功能

This commit is contained in:
Your Name
2026-03-04 15:32:30 +08:00
parent a07e844c47
commit ab77f5488d
2266 changed files with 177942 additions and 3444 deletions
+5
View File
@@ -11,6 +11,7 @@
:append-to-body="true"
:width="width"
:close-on-click-modal="clickModalClose"
:z-index="zIndex"
@closed="close"
>
<!-- 弹窗内容 -->
@@ -88,6 +89,10 @@ export default defineComponent({
customClass: {
type: String,
default: ''
},
zIndex: {
type: Number,
default: undefined
}
},
emits: ['confirm', 'cancel', 'close', 'open'],
File diff suppressed because it is too large Load Diff