预约记录

This commit is contained in:
FLL
2025-07-11 17:07:29 +08:00
parent a718e57c3f
commit d6fdd2a2de
4 changed files with 19 additions and 43 deletions

View File

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