Kaynağa Gözat

表头颜色修改

lianghanqiang 4 yıl önce
ebeveyn
işleme
390bdfe534
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  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;
 }