You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
401 B
28 lines
401 B
2 years ago
|
## 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>
|