Ver Fonte

fix: 修改operation log tooltip

AmandaG há 4 meses atrás
pai
commit
18453c8be4
1 ficheiros alterados com 3 adições e 0 exclusões
  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;
+}