1
0

2 کامیت‌ها b0ac0109f3 ... 8cd348608c

نویسنده SHA1 پیام تاریخ
  Zimo 8cd348608c Merge branch 'master' of http://1.94.244.160:3000/shuzhihua/pms-iot-vue 15 ساعت پیش
  Zimo 1e24639d7f fix: 优化瑞恒看板项目部统计表格边框 15 ساعت پیش
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  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) {