2 Achegas b0ac0109f3 ... 8cd348608c

Autor SHA1 Mensaxe Data
  Zimo 8cd348608c Merge branch 'master' of http://1.94.244.160:3000/shuzhihua/pms-iot-vue hai 15 horas
  Zimo 1e24639d7f fix: 优化瑞恒看板项目部统计表格边框 hai 15 horas
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      src/views/pms/stat/rhkb/deviceList.vue

+ 3 - 2
src/views/pms/stat/rhkb/deviceList.vue

@@ -144,6 +144,7 @@ onMounted(() => {
         :height="tableHeight"
         element-loading-text="加载中..."
         element-loading-background="rgb(222 236 252 / 72%)"
+        border
         class="device-list-table"
         :class="{ 'device-list-table--full': props.pageMode === 'full' }"
         @row-click="handleRowClick">
@@ -248,13 +249,13 @@ onMounted(() => {
   :deep(.el-table__header-wrapper th.el-table__cell) {
     color: #10233c;
     background: #b5cde7;
-    border-color: rgb(255 255 255 / 62%);
+    border-color: #fff;
   }
 
   :deep(.el-table__body td.el-table__cell) {
     color: #07192c;
     background: #89b3de;
-    border-color: rgb(255 255 255 / 62%);
+    border-color: #fff;
   }
 
   :deep(.el-table__body tr:nth-child(2n) td.el-table__cell) {