Browse Source

修改样式

See999 4 years ago
parent
commit
576620e099
1 changed files with 8 additions and 3 deletions
  1. 8 3
      src/xt_pages/workforce/components/tableData.vue

+ 8 - 3
src/xt_pages/workforce/components/tableData.vue View File

@@ -2027,13 +2027,18 @@ export default {
2027 2027
   border-color: #d0d3da;
2028 2028
 }
2029 2029
 
2030
-.el-table__body tr.current-row > td {
2031
-  background-color: #409eff !important;
2032
-}
2030
+// .el-table__body tr.current-row > td {
2031
+//   background-color: #409eff !important;
2032
+//   color: #fff;
2033
+// }
2033 2034
 // .el-table__body tr > td:hover {
2034 2035
 //   background-color: #409eff !important;
2035 2036
 // }
2036 2037
 #table_data {
2038
+  .el-table__body tr.current-row > td {
2039
+    background-color: #ecf5ff !important;
2040
+    color: #3a8ee6;
2041
+  }
2037 2042
   .el-table__body tr > td:hover {
2038 2043
     background-color: #409eff !important;
2039 2044
     color: #fff;