This commit is contained in:
FLL
2025-08-11 15:06:46 +08:00
parent 931bdfcddd
commit f7462c254e

View File

@@ -30,7 +30,7 @@ const [BasicForm, formApi] = useVbenForm({
// 默认占满两列
formItemClass: 'col-span-1',
// 默认label宽度 px
labelWidth: 80,
labelWidth: 90,
// 通用配置项 会影响到所有表单项
componentProps: {
class: 'w-full',