Explorar el Código

表头颜色修改

lianghanqiang hace 4 años
padre
commit
390bdfe534
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      src/styles/avue.scss

+ 6 - 0
src/styles/avue.scss

@@ -43,4 +43,10 @@ $backgrouind: #17171A;
 //表格斑马条纹
 .el-table--striped .el-table__body tr.el-table__row--striped td {
   background: #414b57;
+}
+
+//表头字体颜色
+.avue-crud .el-table th {
+  color: rgba(164, 160, 160, 0.85);
+  background-color: #404458;
 }