You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
563 B

## zh-CN
位置有十二个方向。如需箭头指向目标元素中心,可以设置 `arrowPointAtCenter`
## en-US
There are 12 `placement` options available. Use `arrowPointAtCenter` if you want the arrow to point at the center of target.
<style>
#components-popconfirm-demo-placement .demo {
7 years ago
overflow: auto;
}
#components-popconfirm-demo-placement .ant-popover-wrap > a {
margin-right: 8px;
}
#components-popconfirm-demo-placement .ant-btn {
margin-right: 8px;
margin-bottom: 8px;
width: 70px;
7 years ago
text-align: center;
padding: 0;
}
</style>