浏览代码

no message

MS-CIAZDCOIXVRW\Administrator 3 年之前
父节点
当前提交
831a8018ae
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/PeopleRecord.vue

+ 2 - 2
src/components/PeopleRecord.vue

@@ -616,7 +616,7 @@ export default {
     .el-table__body
     tr.el-table__row--striped.el-table__row--striped.el-table__row--striped
     td {
-    background-color: rgba($color: #58beff, $alpha: 0.3);
+    background-color: rgba($color: #58beff, $alpha: 0.1);
   }
 
   ::v-deep .el-dialog__header,
@@ -633,7 +633,7 @@ export default {
 
   ::v-deep .el-table__header-wrapper {
     background-color: transparent;
-    background-color: #25608f;
+    background-color: rgba($color: #58beff, $alpha: 0.3);
   }
 
   // 鼠标悬停时背景颜色设置