Tom Xu
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
components/modal/index.zh-CN.md
|
|
@ -23,7 +23,7 @@ title: Modal |
|
|
|
| centered | 垂直居中展示 Modal | Boolean | `false` | |
|
|
|
| closable | 是否显示右上角的关闭按钮 | boolean | true | |
|
|
|
| closeIcon | 自定义关闭图标 | ReactNode | - | |
|
|
|
| confirmLoading | 确定按钮 loading | boolean | - | |
|
|
|
| confirmLoading | 确定按钮 loading | boolean | false | |
|
|
|
| destroyOnClose | 关闭时销毁 Modal 里的子元素 | boolean | false | |
|
|
|
| footer | 底部内容,当不需要默认底部按钮时,可以设为 `footer={null}` | string\|ReactNode | 确定取消按钮 | |
|
|
|
| forceRender | 强制渲染 Modal | boolean | false | |
|
|
|