소스 검색

fix: 修改operation log tooltip

AmandaG 4 달 전
부모
커밋
18453c8be4
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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;
+}