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

28 lines
413 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>
2017-10-16 19:53:46 +08:00
.code-box-demo .demo {
overflow: auto;
}
.code-box-demo .ant-btn {
margin-right: 8px;
margin-bottom: 8px;
}
.code-box-demo .ant-btn-rtl {
margin-right: 0;
margin-left: 8px;
margin-bottom: 8px;
}
2017-10-16 19:53:46 +08:00
#components-tooltip-demo-placement .ant-btn {
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
}
</style>