mirror of
https://github.com/ant-design/ant-design.git
synced 2025-07-30 11:26:27 +08:00
fix popover API table
This commit is contained in:
parent
413e816c98
commit
efcc8c5cb2
@ -20,7 +20,7 @@
|
|||||||
| 参数 | 说明 | 类型 | 默认值 |
|
| 参数 | 说明 | 类型 | 默认值 |
|
||||||
|-----------|------------------------------------------|---------------|--------|
|
|-----------|------------------------------------------|---------------|--------|
|
||||||
| trigger | 触发行为,可选 `hover/focus/click` | string | hover |
|
| trigger | 触发行为,可选 `hover/focus/click` | string | hover |
|
||||||
| 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 | 卡片标题 | React.Element | 无 |
|
| title | 卡片标题 | React.Element | 无 |
|
||||||
| overlay | 卡片内容 | React.Element | 无 |
|
| overlay | 卡片内容 | React.Element | 无 |
|
||||||
| prefixCls | 浮层的类名 | string | ant-popover |
|
| prefixCls | 浮层的类名 | string | ant-popover |
|
||||||
|
Loading…
Reference in New Issue
Block a user