style(editor): 代码参数配置label width设置长些

This commit is contained in:
roymondchen 2024-08-06 14:35:19 +08:00
parent fa2d00ba36
commit 8d54bcafc1

View File

@ -39,7 +39,7 @@ const getFormConfig = (items: FormConfig = []) => [
type: 'fieldset',
items,
legend: '参数',
labelWidth: '70px',
labelWidth: '120px',
name: props.name,
},
];