Browse Source

[release-2.0] fix: the flickering issue of tooltip (#783)

This is an automated cherry-pick of #782

/assign JohnNiang

```release-note
优化 Console 端状态提示的样式
```
pull/786/head
Halo Dev Bot 2 years ago committed by GitHub
parent
commit
be1c500b2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/App.vue

4
src/App.vue

@ -63,4 +63,8 @@ body {
.v-popper__popper {
outline: none;
}
.v-popper--theme-tooltip {
pointer-events: none;
}
</style>

Loading…
Cancel
Save