mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-17 02:19:25 +08:00
feat(form): formDialog支持zIndex props
This commit is contained in:
parent
bab4bf86cb
commit
f6b7e8dad8
@ -6,6 +6,7 @@
|
||||
append-to-body
|
||||
:title="title"
|
||||
:width="width"
|
||||
:zIndex="zIndex"
|
||||
:fullscreen="fullscreen"
|
||||
:close-on-click-modal="false"
|
||||
@close="closeHandler"
|
||||
@ -71,6 +72,7 @@ const props = withDefaults(
|
||||
labelWidth?: string;
|
||||
fullscreen?: boolean;
|
||||
title?: string;
|
||||
zIndex?: number;
|
||||
size?: 'small' | 'default' | 'large';
|
||||
confirmText?: string;
|
||||
}>(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user