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

23 lines
358 B
Markdown
Raw Normal View History

## zh-CN
位置有十二个方向。
2015-06-17 16:58:13 +08:00
## en-US
There are 12 `placement` options available.
2015-06-17 16:58:13 +08:00
<style>
#components-popover-demo-placement .ant-btn {
margin-left: 0;
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-17 16:58:13 +08:00
}
#components-popover-demo-placement .ant-btn {
margin-left: 8px;
margin-right: 0;
}
2015-06-17 16:58:13 +08:00
</style>