Browse Source

[Feat 0000] 修改报警字段显示宽度

wangkeyi 4 days ago
parent
commit
ece6a0d41a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/vent/deviceManager/comment/warningTabel/warning.data.ts

+ 2 - 2
src/views/vent/deviceManager/comment/warningTabel/warning.data.ts

@@ -48,7 +48,7 @@ export const levelColumns: BasicColumn[] = [
   },
   {
     title: '是否语音报警',
-    width: 100,
+    width: 110,
     editRow: true,
     dataIndex: 'isVoice',
     editComponent: 'Switch',
@@ -58,7 +58,7 @@ export const levelColumns: BasicColumn[] = [
   },
   {
     title: '语音播报频率(s)',
-    width: 100,
+    width: 120,
     editRow: true,
     dataIndex: 'voiceFre',
     editComponent: 'InputNumber',