2016-08-26 14:42:41 +08:00
|
|
|
## zh-CN
|
|
|
|
|
2015-09-28 21:02:04 +08:00
|
|
|
位置有十二个方向。
|
2015-06-17 16:58:13 +08:00
|
|
|
|
2016-08-26 14:42:41 +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;
|
|
|
|
}
|
2020-04-30 21:04:19 +08:00
|
|
|
.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>
|