mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-15 09:21:22 +08:00
28 lines
401 B
Markdown
28 lines
401 B
Markdown
|
## zh-CN
|
||
|
|
||
|
通过 `arrow` 属性隐藏箭头。
|
||
|
|
||
|
## en-US
|
||
|
|
||
|
Hide arrow by `arrow`.
|
||
|
|
||
|
<style>
|
||
|
.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;
|
||
|
}
|
||
|
#components-tooltip-demo-arrow .ant-btn {
|
||
|
width: 70px;
|
||
|
text-align: center;
|
||
|
padding: 0;
|
||
|
}
|
||
|
</style>
|