Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
[release-2.0] fix: the flickering issue of tooltip (#783)
Browse files Browse the repository at this point in the history
This is an automated cherry-pick of #782

/assign JohnNiang

```release-note
优化 Console 端状态提示的样式
```
  • Loading branch information
halo-dev-bot authored Dec 20, 2022
1 parent bfbb5a1 commit be1c500
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,8 @@ body {
.v-popper__popper {
outline: none;
}
.v-popper--theme-tooltip {
pointer-events: none;
}
</style>

0 comments on commit be1c500

Please sign in to comment.