Skip to content

Commit 2293145

Browse files
authored
Merge pull request #3314 from betterhyq/hyq/docs-zIndex
docs(dialog): 添加 zIndex 参数以支持自定义弹框层级
2 parents 76527a9 + 1bbb04b commit 2293145

File tree

1 file changed

+1
-0
lines changed
  • src/packages/__VUE/dialog

1 file changed

+1
-0
lines changed

src/packages/__VUE/dialog/doc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ const teleportClick = (teleport) => {
211211
| overlayStyle | 自定义遮罩样式 | CSSProperties | - |
212212
| popClass | 自定义 `popup` 弹框类名 | string | - |
213213
| popStyle | 自定义 `popup` 弹框样式 | CSSProperties | - |
214+
| zIndex | 自定义 `popup` 层级 | string \| number | 2000 |
214215
| onUpdate | 更新 | boolean | `false` |
215216
| onOk | 确定按钮回调 | Function | - |
216217
| onCancel | 取消按钮回调 | Function | - |

0 commit comments

Comments
 (0)