refactor: items-baseline -> items-start

This commit is contained in:
dap
2025-02-26 13:16:07 +08:00
parent 36a78dda90
commit 279fc98d76
12 changed files with 15 additions and 15 deletions

View File

@@ -99,7 +99,7 @@ export const modalSchema: FormSchemaGetter = () => [
},
{
component: 'Textarea',
formItemClass: 'items-baseline',
formItemClass: 'items-start',
fieldName: 'configValue',
label: '参数键值',
componentProps: {
@@ -122,7 +122,7 @@ export const modalSchema: FormSchemaGetter = () => [
{
component: 'Textarea',
fieldName: 'remark',
formItemClass: 'items-baseline',
formItemClass: 'items-start',
label: '备注',
},
];