Browse Source

fix: 修改operation log tooltip

AmandaG 4 months ago
parent
commit
18453c8be4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/styles/vxeTable.scss

+ 3 - 0
src/styles/vxeTable.scss

@@ -177,3 +177,6 @@ div.vxe-table--context-menu-wrapper {
 .vxe-tooltip--content {
   color: #f0f1f3;
 }
+.vxe-tooltip--wrapper.theme--dark {
+  z-index: 9999 !important;
+}