2016-08-26 14:42:41 +08:00
|
|
|
## zh-CN
|
|
|
|
|
2016-08-31 13:50:50 +08:00
|
|
|
位置有十二个方向。如需箭头指向目标元素中心,可以设置 `arrowPointAtCenter`。
|
2015-06-24 19:20:47 +08:00
|
|
|
|
2016-08-26 14:42:41 +08:00
|
|
|
## en-US
|
|
|
|
|
2019-04-19 22:37:48 +08:00
|
|
|
There are 12 `placement` options available. Use `arrowPointAtCenter` if you want the arrow to point at the center of target.
|
2016-08-26 14:42:41 +08:00
|
|
|
|
2015-06-24 19:20:47 +08:00
|
|
|
<style>
|
2022-07-15 15:28:09 +08:00
|
|
|
#components-popconfirm-demo-placement .demo {
|
2017-10-16 19:53:46 +08:00
|
|
|
overflow: auto;
|
|
|
|
}
|
2022-07-15 15:28:09 +08:00
|
|
|
#components-popconfirm-demo-placement .ant-popover-wrap > a {
|
2016-10-07 15:20:10 +08:00
|
|
|
margin-right: 8px;
|
2015-06-24 19:20:47 +08:00
|
|
|
}
|
2022-07-15 15:28:09 +08:00
|
|
|
#components-popconfirm-demo-placement .ant-btn {
|
2016-10-07 15:20:10 +08:00
|
|
|
margin-right: 8px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
width: 70px;
|
2017-10-16 19:53:46 +08:00
|
|
|
text-align: center;
|
|
|
|
padding: 0;
|
2015-11-04 17:50:49 +08:00
|
|
|
}
|
2015-06-24 19:20:47 +08:00
|
|
|
</style>
|