Commit 2f48f71b authored by 高滢's avatar 高滢

feat(备注): 标题宽度

parent 1c8dabdb
......@@ -350,7 +350,7 @@ export function formSchema(year, planType): FormSchema[] {
{
label: '备注(资金缺口解决途径)',
field: 'remarks',
// required: true,
labelWidth: 300,
component: 'InputTextArea',
componentProps: {
maxlength: 100,
......
......@@ -672,7 +672,7 @@ export function formSchema(year, planType): FormSchema[] {
},
{
label: '备注(未完成投资计划项目请备注原因)',
labelWidth:300,
labelWidth: 300,
field: 'completionRemarks',
component: 'InputTextArea',
componentProps: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment