浏览代码

style: 修改表格的tooltip字体和背景同色样式bug

zhouyuhao 7 月之前
父节点
当前提交
3691b0db15
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/styles/vxeTable.scss

+ 4 - 0
src/styles/vxeTable.scss

@@ -159,3 +159,7 @@ div.vxe-table--context-menu-wrapper {
     }
   }
 }
+
+.vxe-tooltip--content {
+  color: #f0f1f3;
+}