@@ -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;
}