mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-05 23:46:28 +08:00
update some docs
This commit is contained in:
parent
d2d82bcd5d
commit
ae44ce6d31
@ -20,9 +20,9 @@
|
|||||||
| 参数 | 说明 | 类型 | 默认值 |
|
| 参数 | 说明 | 类型 | 默认值 |
|
||||||
|-----------|------------------------------------------|---------------|--------|
|
|-----------|------------------------------------------|---------------|--------|
|
||||||
| placement | 气泡框位置,可选 `top/left/right/bottom` `topLeft/topRight/bottomLeft/bottomRight` `leftTop/leftBottom/rightTop/rightBottom` | string | top |
|
| placement | 气泡框位置,可选 `top/left/right/bottom` `topLeft/topRight/bottomLeft/bottomRight` `leftTop/leftBottom/rightTop/rightBottom` | string | top |
|
||||||
| title | 确认框的描述 | string | 无 |
|
| title | 确认框的描述 | React.Element | 无 |
|
||||||
| onConfirm | 点击确认的回调 | function | 无 |
|
| onConfirm | 点击确认的回调 | function | 无 |
|
||||||
| onCancel | 卡片内容 | function | 无 |
|
| onCancel | 点击取消的回调 | function | 无 |
|
||||||
| onVisibleChange | 显示隐藏的回调 | function(visible) | 无 |
|
| onVisibleChange | 显示隐藏的回调 | function(visible) | 无 |
|
||||||
| okText | 确认按钮文字 | String | 确定 |
|
| okText | 确认按钮文字 | String | 确定 |
|
||||||
| cancelText| 取消按钮文字 | String | 取消 |
|
| cancelText| 取消按钮文字 | String | 取消 |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
- order: 0
|
- order: 0
|
||||||
|
|
||||||
最简单的用法。
|
最简单的用法,浮层的大小由内容区域决定。
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user