1
0
mirror of synced 2026-03-23 11:18:36 +08:00

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,
},
];