mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-15 00:29:12 +08:00
86b5c50cb4
* chore: adjust doc * chore: simplify arrow offset * chore: auto adjust shift * docs: adjust demo * chore: update snapshot * chore: provide ref * test: prepare * chore: update deps * test: fix part test * test: fix part test * test: fix part test * test: fix part test * test: fix part test * test: update snapshot * fix: missing pure render * fix: Popover pure panel * test: update snapshot * test: update tour snapshot * chore: bump trigger ver * test: fix render ssr logic * test: skip unnecessary case * test: fix test case * test: update snapshot * test: update snapshot * test: update snapshot * test: update snapshot * test: update snapshot * test: fix test case * test: fix test case * chore: clean up useless warning * test: add check for placement * chore: ignore default
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>
|