Browse Source

前:表格气泡背景色

dubch 5 years ago
parent
commit
ff2f9cb780
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/dashoo.cn/frontend_web/src/assets/styles/main.scss

+ 5 - 0
src/dashoo.cn/frontend_web/src/assets/styles/main.scss

@@ -45,3 +45,8 @@
     font-size: 2.25rem;
   }
 }
+
+.el-tooltip__popper {
+  background: #EEF5FE !important;/*背景色  !important优先级*/
+  color: #000 !important;/*字体颜色*/
+}