mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 20:49:14 +08:00
20 lines
462 B
Markdown
20 lines
462 B
Markdown
|
## zh-CN
|
||
|
|
||
|
设置 `arrow` 为 `{ pointAtCenter: true }` 后,箭头将指向目标元素的中心。
|
||
|
|
||
|
## en-US
|
||
|
|
||
|
By specifying `arrow` prop with `{ pointAtCenter: true }`, the arrow will point to the center of the target element.
|
||
|
|
||
|
```css
|
||
|
#components-dropdown-demo-arrow-center .ant-btn {
|
||
|
margin-right: 8px;
|
||
|
margin-bottom: 8px;
|
||
|
}
|
||
|
.ant-row-rtl #components-dropdown-demo-arrow-center .ant-btn {
|
||
|
margin-right: 0;
|
||
|
margin-bottom: 8px;
|
||
|
margin-left: 8px;
|
||
|
}
|
||
|
```
|