Skip to content

Commit ed89cd5

Browse files
authored
feat(dialog): 添加 zIndex 属性以支持自定义对话框层级 (#3313)
1 parent d7070c4 commit ed89cd5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/packages/__VUE/dialog/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ export class DialogOptions {
3838

3939
cancelAutoClose? = true
4040
okAutoClose? = true
41+
42+
zIndex?: number | string = 2000
4143
}
4244

4345
class DialogFunction {

0 commit comments

Comments
 (0)