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

23 lines
354 B
Markdown
Raw Normal View History

2016-08-02 16:06:46 +08:00
## zh-CN
2015-11-03 13:50:36 +08:00
位置有 12 个方向。
2015-06-03 17:08:43 +08:00
2017-10-16 19:53:46 +08:00
## en-US
2016-08-02 16:06:46 +08:00
2019-04-19 20:46:08 +08:00
There are 12 placement options available.
2016-08-02 16:06:46 +08:00
2015-06-03 20:43:03 +08:00
<style>
#components-tooltip-demo-placement .ant-btn {
margin-left: 0;
2017-10-16 19:53:46 +08:00
margin-right: 8px;
margin-bottom: 8px;
width: 70px;
2015-11-03 14:25:34 +08:00
text-align: center;
2017-10-16 19:53:46 +08:00
padding: 0;
2015-06-03 20:43:03 +08:00
}
#components-tooltip-demo-placement .ant-btn {
margin-left: 8px;
margin-right: 0;
}
2015-06-03 20:43:03 +08:00
</style>