|
|
@@ -1,4 +1,4 @@
|
|
|
-$backgrouind: #17171A;
|
|
|
+$backgrouind: #fff;
|
|
|
|
|
|
.avue-crud__menu{
|
|
|
background: $backgrouind;
|
|
|
@@ -11,7 +11,7 @@ $backgrouind: #17171A;
|
|
|
.avue-crud .el-table th {
|
|
|
word-break: break-word;
|
|
|
color: rgba(0, 0, 0, .85);
|
|
|
- background-color: #404458;
|
|
|
+ background-color: #fafafa;
|
|
|
}
|
|
|
|
|
|
.el-loading-mask {
|
|
|
@@ -48,5 +48,5 @@ $backgrouind: #17171A;
|
|
|
//表头字体颜色
|
|
|
.avue-crud .el-table th {
|
|
|
color: rgba(164, 160, 160, 0.85);
|
|
|
- background-color: #404458;
|
|
|
+ background-color: #fafafa;
|
|
|
}
|