ant-design/components/popconfirm/demo/placement.md

24 lines
563 B
Markdown
Raw Normal View History

## zh-CN
位置有十二个方向。如需箭头指向目标元素中心,可以设置 `arrowPointAtCenter`
2015-06-24 19:20:47 +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.
2015-06-24 19:20:47 +08:00
<style>
#components-popconfirm-demo-placement .demo {
2017-10-16 19:53:46 +08:00
overflow: auto;
}
#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
}
#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-06-24 19:20:47 +08:00
</style>