mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-12 16:43:15 +08:00
fix: 备注宽度不正常
This commit is contained in:
@@ -160,7 +160,7 @@ export const drawerSchema: FormSchemaGetter = () => [
|
|||||||
component: 'Textarea',
|
component: 'Textarea',
|
||||||
defaultValue: '',
|
defaultValue: '',
|
||||||
fieldName: 'remark',
|
fieldName: 'remark',
|
||||||
formItemClass: 'items-baseline col-span-2',
|
formItemClass: 'col-span-2',
|
||||||
label: '备注',
|
label: '备注',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user