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

28 lines
417 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>
2017-10-16 19:53:46 +08:00
.code-box-demo .demo {
overflow: auto;
}
2015-06-17 16:58:13 +08:00
.code-box-demo .ant-btn {
2016-10-07 15:20:10 +08:00
margin-right: 8px;
margin-bottom: 8px;
}
.code-box-demo .ant-btn-rtl {
margin-right: 0;
margin-left: 8px;
margin-bottom: 8px;
}
2016-10-07 15:20:10 +08:00
#components-popover-demo-placement .ant-btn {
width: 70px;
2017-10-16 19:53:46 +08:00
text-align: center;
padding: 0;
2015-06-17 16:58:13 +08:00
}
</style>