fix: 参数配置值输入250个字符
This commit is contained in:
@@ -220,7 +220,7 @@ const modalStateFrom = Form.useForm(
|
|||||||
{ required: true, min: 1, max: 50, message: '请正确输入参数键名' },
|
{ required: true, min: 1, max: 50, message: '请正确输入参数键名' },
|
||||||
],
|
],
|
||||||
configValue: [
|
configValue: [
|
||||||
{ required: true, min: 1, max: 50, message: '请正确输入参数键值' },
|
{ required: true, min: 1, max: 250, message: '请正确输入参数键值' },
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user