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