MS-CIAZDCOIXVRW\Administrator hace 3 años
padre
commit
cac479c3df
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/components/CarRecord.vue

+ 2 - 2
src/components/CarRecord.vue

@@ -670,7 +670,7 @@ export default {
 
 
   ::v-deep .el-table__header-wrapper {
   ::v-deep .el-table__header-wrapper {
     background-color: transparent;
     background-color: transparent;
-    background-color: #25608f;
+    background-color: rgba($color: #58beff, $alpha: 0.3);
   }
   }
   // 滚动条隐藏
   // 滚动条隐藏
   ::-webkit-scrollbar {
   ::-webkit-scrollbar {
@@ -692,7 +692,7 @@ export default {
     .el-table__body
     .el-table__body
     tr.el-table__row--striped.el-table__row--striped.el-table__row--striped
     tr.el-table__row--striped.el-table__row--striped.el-table__row--striped
     td {
     td {
-    background-color: rgba($color: #58beff, $alpha: 0.3);
+    background-color: rgba($color: #58beff, $alpha: 0.1);
   }
   }
 
 
   // 清除表格默认下边框
   // 清除表格默认下边框