Kaynağa Gözat

看板表格样式优化

yanghao 1 gün önce
ebeveyn
işleme
f76205b525

+ 20 - 19
src/views/pms/stat/rdkb/rdProductionBriefs.vue

@@ -306,30 +306,31 @@ onMounted(() => {
   :deep(.el-table__header-wrapper th.el-table__cell) {
     font-size: calc(16px * var(--kb-scale, 1));
     line-height: 1.2;
-    color: #10233c;
-    background: #b5cde7;
-    border-color: #fff;
+    color: #0e3f8a;
+    background: #7fb5ff;
+    border-color: #a6c4ec;
+    font-weight: 600;
   }
 
-  :deep(.el-table__body td.el-table__cell) {
-    padding: calc(7px * var(--kb-scale, 1)) 0;
-    font-size: calc(14px * var(--kb-scale, 1));
-    color: #07192c;
-    background: #89b3de;
-    border-color: #fff;
-  }
+  // :deep(.el-table__body td.el-table__cell) {
+  //   padding: calc(7px * var(--kb-scale, 1)) 0;
+  //   font-size: calc(14px * var(--kb-scale, 1));
+  //   color: #07192c;
+  //   background: #89b3de;
+  //   border-color: #fff;
+  // }
 
-  :deep(.el-table__body tr:nth-child(2n) td.el-table__cell) {
-    background: #b8cee5;
-  }
+  // :deep(.el-table__body tr:nth-child(2n) td.el-table__cell) {
+  //   background: #b8cee5;
+  // }
 
-  :deep(.el-table__body tr) {
-    cursor: pointer;
-  }
+  // :deep(.el-table__body tr) {
+  //   cursor: pointer;
+  // }
 
-  :deep(.el-table__row:hover > td.el-table__cell) {
-    background: #75a5d6 !important;
-  }
+  // :deep(.el-table__row:hover > td.el-table__cell) {
+  //   background: #75a5d6 !important;
+  // }
 }
 
 .production-brief-table__device-names {

+ 17 - 14
src/views/pms/stat/rhkb/deviceList.vue

@@ -272,24 +272,27 @@ onMounted(() => {
 
 .device-list-table {
   :deep(.el-table__header-wrapper th.el-table__cell) {
-    color: #10233c;
-    background: #b5cde7;
-    border-color: #fff;
+    font-size: calc(16px * var(--kb-scale, 1));
+    line-height: 1.2;
+    color: #0e3f8a;
+    background: #7fb5ff;
+    border-color: #a6c4ec;
+    font-weight: 600;
   }
 
-  :deep(.el-table__body td.el-table__cell) {
-    color: #07192c;
-    background: rgba(137, 179, 222);
-    border-color: #fff;
-  }
+  // :deep(.el-table__body td.el-table__cell) {
+  //   color: #07192c;
+  //   background: rgba(137, 179, 222);
+  //   border-color: #fff;
+  // }
 
-  :deep(.el-table__body tr:nth-child(2n) td.el-table__cell) {
-    background: #b8cee5;
-  }
+  // :deep(.el-table__body tr:nth-child(2n) td.el-table__cell) {
+  //   background: #b8cee5;
+  // }
 
-  :deep(.el-table__row:hover > td.el-table__cell) {
-    background: #75a5d6 !important;
-  }
+  // :deep(.el-table__row:hover > td.el-table__cell) {
+  //   background: #75a5d6 !important;
+  // }
 }
 
 .device-list-table__multi-value {

+ 20 - 19
src/views/pms/stat/rykb/ryProductionBriefs.vue

@@ -296,27 +296,28 @@ onMounted(() => {
   :deep(.el-table__header-wrapper th.el-table__cell) {
     font-size: calc(16px * var(--kb-scale, 1));
     line-height: 1.2;
-    color: #10233c !important;
-    background: #b5cde7 !important;
-    border-color: #fff !important;
+    color: #0e3f8a;
+    background: #7fb5ff;
+    border-color: #a6c4ec;
+    font-weight: 600;
   }
 
-  :deep(.el-table__body td.el-table__cell) {
-    height: calc(58px * var(--kb-scale, 1));
-    padding: calc(7px * var(--kb-scale, 1)) 0;
-    font-size: calc(14px * var(--kb-scale, 1));
-    color: #07192c !important;
-    background: #89b3de !important;
-    border-color: #fff !important;
-  }
-
-  :deep(.el-table__body tr:nth-child(2n) td.el-table__cell) {
-    background: #b8cee5 !important;
-  }
-
-  :deep(.el-table__row:hover > td.el-table__cell) {
-    background: #75a5d6 !important;
-  }
+  // :deep(.el-table__body td.el-table__cell) {
+  //   height: calc(58px * var(--kb-scale, 1));
+  //   padding: calc(7px * var(--kb-scale, 1)) 0;
+  //   font-size: calc(14px * var(--kb-scale, 1));
+  //   color: #07192c !important;
+  //   background: #89b3de !important;
+  //   border-color: #fff !important;
+  // }
+
+  // :deep(.el-table__body tr:nth-child(2n) td.el-table__cell) {
+  //   background: #b8cee5 !important;
+  // }
+
+  // :deep(.el-table__row:hover > td.el-table__cell) {
+  //   background: #75a5d6 !important;
+  // }
 }
 
 .production-brief-table__summary {