瀏覽代碼

表头颜色修改

lianghanqiang 4 年之前
父節點
當前提交
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;
 }