|
|
@ -21,6 +21,30 @@ exports[`renders ./components/tooltip/demo/arrow-point-at-center.md correctly 1` |
|
|
|
</div> |
|
|
|
`; |
|
|
|
|
|
|
|
exports[`renders ./components/tooltip/demo/auto-adjust-overflow.md correctly 1`] = ` |
|
|
|
<div |
|
|
|
style="overflow:hidden;position:relative;padding:24px;border:1px solid #e9e9e9;" |
|
|
|
> |
|
|
|
<button |
|
|
|
class="ant-btn" |
|
|
|
type="button" |
|
|
|
> |
|
|
|
<span> |
|
|
|
Adjust automatically / 自动调整 |
|
|
|
</span> |
|
|
|
</button> |
|
|
|
<br /> |
|
|
|
<button |
|
|
|
class="ant-btn" |
|
|
|
type="button" |
|
|
|
> |
|
|
|
<span> |
|
|
|
Ingore / 不处理 |
|
|
|
</span> |
|
|
|
</button> |
|
|
|
</div> |
|
|
|
`; |
|
|
|
|
|
|
|
exports[`renders ./components/tooltip/demo/basic.md correctly 1`] = ` |
|
|
|
<span> |
|
|
|
Tooltip will show when mouse enter. |
|
|
|