新增功能
This commit is contained in:
@@ -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
Reference in New Issue
Block a user