fix: crm bugs

This commit is contained in:
xingyu4j
2025-06-26 15:46:07 +08:00
parent 69ae45ee6d
commit dcd5f463a6
5 changed files with 43 additions and 9 deletions

View File

@@ -26,9 +26,10 @@ const [Form, formApi] = useVbenForm({
componentProps: {
class: 'w-full',
},
formItemClass: 'col-span-2',
labelWidth: 120,
labelWidth: 100,
},
// 一共3列
wrapperClass: 'grid-cols-2',
layout: 'horizontal',
schema: useFormSchema(),
showDefaultActions: false,