Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -26,7 +26,7 @@ export const MqttSchemas: FormSchema[] = [ |
26 | 26 | componentProps: { |
27 | 27 | placeholder: '请输入遥测数据 topic 筛选器', |
28 | 28 | }, |
29 | - colProps: { span: 11 }, | |
29 | + colProps: { span: 23 }, | |
30 | 30 | }, |
31 | 31 | { |
32 | 32 | field: 'deviceAttributesTopic', |
... | ... | @@ -37,7 +37,7 @@ export const MqttSchemas: FormSchema[] = [ |
37 | 37 | componentProps: { |
38 | 38 | placeholder: '请输入Attributes topic 筛选器', |
39 | 39 | }, |
40 | - colProps: { span: 11 }, | |
40 | + colProps: { span: 23 }, | |
41 | 41 | }, |
42 | 42 | { |
43 | 43 | field: 'desc', | ... | ... |