lianghanqiang 4 лет назад
Родитель
Сommit
390bdfe534
1 измененных файлов с 6 добавлено и 0 удалено
  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;
 }