1、修改label宽度

This commit is contained in:
2025-06-23 09:55:23 +08:00
parent 8c5d26c12e
commit 96a9234239
2 changed files with 2 additions and 2 deletions

View File

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

View File

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