chore: w-full改为在commonConfig配置

This commit is contained in:
dap
2024-11-29 15:55:16 +08:00
parent 227cf1e72b
commit 0950022f09
5 changed files with 6 additions and 4 deletions

View File

@@ -21,6 +21,9 @@ const title = computed(() => {
const [BasicForm, formApi] = useVbenForm({
commonConfig: {
formItemClass: 'col-span-2',
componentProps: {
class: 'w-full',
},
},
layout: 'vertical',
schema: drawerSchema(),