fix: 备注宽度不正常

This commit is contained in:
dap 2025-03-19 11:00:04 +08:00
parent 7032f79069
commit 25616baa1d

View File

@ -160,7 +160,7 @@ export const drawerSchema: FormSchemaGetter = () => [
component: 'Textarea',
defaultValue: '',
fieldName: 'remark',
formItemClass: 'items-baseline col-span-2',
formItemClass: 'col-span-2',
label: '备注',
},
];