Showing
3 changed files
with
3 additions
and
2 deletions
@@ -30,7 +30,7 @@ | @@ -30,7 +30,7 @@ | ||
30 | const ruleTile = ref(); | 30 | const ruleTile = ref(); |
31 | 31 | ||
32 | const [registerForm, { getFieldsValue, validate, setFieldsValue }] = useForm({ | 32 | const [registerForm, { getFieldsValue, validate, setFieldsValue }] = useForm({ |
33 | - labelWidth: 120, | 33 | + labelWidth: 70, |
34 | schemas: formSchema, | 34 | schemas: formSchema, |
35 | showActionButtonGroup: false, | 35 | showActionButtonGroup: false, |
36 | }); | 36 | }); |
@@ -116,7 +116,7 @@ | @@ -116,7 +116,7 @@ | ||
116 | bordered: true, | 116 | bordered: true, |
117 | showIndexColumn: false, | 117 | showIndexColumn: false, |
118 | formConfig: { | 118 | formConfig: { |
119 | - labelWidth: 70, | 119 | + labelWidth: 120, |
120 | schemas: searchFormSchema, | 120 | schemas: searchFormSchema, |
121 | }, | 121 | }, |
122 | fetchSetting: { | 122 | fetchSetting: { |