Parcourir la source

158分站按钮调整

lxh il y a 2 mois
Parent
commit
577917c2a0
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      src/views/vent/safetyList/safetyList.data.ts

+ 4 - 4
src/views/vent/safetyList/safetyList.data.ts

@@ -17,7 +17,7 @@ export const columns: BasicColumn[] = [
     title: 'Ip地址',
     dataIndex: 'stripC',
     key: 'stripC',
-    width: 90,
+    width: 80,
     align: 'center',
   },
   {
@@ -30,14 +30,14 @@ export const columns: BasicColumn[] = [
     title: '供电模式',
     dataIndex: 'gdmsC',
     key: 'gdmsC',
-    width: 90,
+    width: 80,
     align: 'center',
   },
   {
     title: '电池容量(%)',
     dataIndex: 'dcrl',
     key: 'dcrl',
-    width: 90,
+    width: 80,
     align: 'center',
   },
   {
@@ -65,7 +65,7 @@ export const columns: BasicColumn[] = [
   {
     title: '操作',
     dataIndex: 'action',
-    width: 220,
+    width: 250,
     align: 'center',
     slots: { customRender: 'action' },
   },