mirror of https://github.com/halo-dev/halo-admin
fix: the flickering issue of tooltip (#782)
#### What type of PR is this? /kind improvement #### What this PR does / why we need it: 修复 `v-tooltip` 指令的元素闪烁问题。 #### Which issue(s) this PR fixes: Fixes https://github.com/halo-dev/halo/issues/2994 #### Screenshots: ![2022-12-19 21 52 11](https://user-images.githubusercontent.com/21301288/208441007-2bffe6f6-0b48-4a90-86a0-31ce622f04bf.gif) #### Special notes for your reviewer: 测试方式: 1. 创建一篇文章,仅保存不发布。 2. 回到文章管理列表,可以看到标题旁边有一个状态点,鼠标移入会显示提示。 3. 观察是否出现闪烁的问题。 #### Does this PR introduce a user-facing change? ```release-note 优化 Console 端状态提示的样式 ```pull/785/head
parent
0a7cbd3018
commit
2c3147a5a2
|
@ -63,4 +63,8 @@ body {
|
|||
.v-popper__popper {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.v-popper--theme-tooltip {
|
||||
pointer-events: none;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue