MS-CIAZDCOIXVRW\Administrator 3 年 前
コミット
a5692d441c
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/components/PeopleRecord.vue

+ 2 - 2
src/components/PeopleRecord.vue

@@ -598,7 +598,7 @@ export default {
   ::v-deep .el-table,
   ::v-deep .el-table__expanded-cell {
     background-color: transparent;
-    background-color: #24578c;
+    background-color: #0e3779;
   }
 
   // 清除表格默认下边框
@@ -638,7 +638,7 @@ export default {
 
   // 鼠标悬停时背景颜色设置
   ::v-deep .el-table tbody tr:hover > td {
-    background-color: #24578c;
+    background-color: #0e3779;
   }
 
   // 输入框 筛选框 圆角设置