Parcourir la source

[Mod 0000]修改数据中心首页字段名称

wangkeyi il y a 6 jours
Parent
commit
2729bd4799

+ 1 - 1
src/views/vent/dataCenter/infoCenter/components/infoBox.vue

@@ -62,7 +62,7 @@
         width: calc(100% - 2px);
         height: 100%;
         min-height: 50px;
-        padding: 10px 25px;
+        padding: 5px 25px;
         color: #fff;
         overflow-y: scroll;
       }

+ 1 - 1
src/views/vent/dataCenter/infoCenter/infoCenter.data.ts

@@ -99,7 +99,7 @@ export const accessStatusColumn: BasicColumn[] = [
     align: 'center',
   },
   {
-    title: '运行状态',
+    title: '网络状态',
     dataIndex: 'netStatus',
     align: 'center',
     // 添加状态转换逻辑