refactor: 更正补充modal部分文档

This commit is contained in:
lockingreal
2022-04-03 11:40:09 +08:00
parent dd02e978ca
commit c4328b0dec
2 changed files with 2 additions and 7 deletions

View File

@@ -311,12 +311,12 @@ export default {
| zIndex | 自定义层级 | -- |
| type | 类型 | `1: component` `2: iframe` |
| closeBtn | 显示关闭 | true |
| btn | 按钮 | |
| btn | 按钮 格式:{text:"",callback:function(){}} | -- |
| btnAlign | 按钮布局 | `l` `r` `c` |
| anim | 入场动画 | `0` `-` `6` |
| isOutAnim | 关闭动画 | `true` `false` |
| success | 显示回调 | -- |
| end | 关闭回调 | -- |
| close | 关闭回调 | -- |
:::