...
|
...
|
@@ -30,7 +30,7 @@ |
30
|
30
|
const ruleTile = ref();
|
31
|
31
|
|
32
|
32
|
const [registerForm, { getFieldsValue, validate, setFieldsValue }] = useForm({
|
33
|
|
- labelWidth: 120,
|
|
33
|
+ labelWidth: 70,
|
34
|
34
|
schemas: formSchema,
|
35
|
35
|
showActionButtonGroup: false,
|
36
|
36
|
});
|
...
|
...
|
|