chore: label width

This commit is contained in:
dap 2024-10-06 10:06:50 +08:00
parent 5887094c27
commit 476106165f

View File

@ -24,6 +24,7 @@ const [BasicForm, formApi] = useVbenForm({
componentProps: { componentProps: {
class: 'w-full', class: 'w-full',
}, },
labelWidth: 80,
}, },
schema: drawerSchema(), schema: drawerSchema(),
showDefaultActions: false, showDefaultActions: false,