remove some blanks

This commit is contained in:
afc163 2016-11-02 16:55:15 +08:00
parent 137299f4c8
commit 24f71ac6be
2 changed files with 0 additions and 5 deletions

View File

@ -14,11 +14,8 @@ getting feedback or information purposes.
Additionally, if you need show a simple confirmation dialog, you can use `ant.Modal.confirm()`,
and so on.
## API
| Property | Description | Type | Default |
|------------|----------------|------------------|--------------|
| visible | Determine whether a modal dialog is visible or not | Boolean | no |

View File

@ -13,10 +13,8 @@ title: Modal
另外当需要一个简洁的确认框询问用户时,可以使用精心封装好的 `ant.Modal.confirm()` 等方法。
## API
| 参数 | 说明 | 类型 | 默认值 |
|------------|----------------|------------------|--------------|
| visible | 对话框是否可见 | Boolean | 无 |