소스 검색

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

wangkeyi 1 주 전
부모
커밋
2729bd4799
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/vent/dataCenter/infoCenter/components/infoBox.vue
  2. 1 1
      src/views/vent/dataCenter/infoCenter/infoCenter.data.ts

+ 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',
     // 添加状态转换逻辑