fix: 修复 Vben5.0 CRM 合同配置 / 客户公海规则配置表单 label 错用 labelClass: 'w-100',Tailwind v4 动态间距下被解析为 400px 撑爆 w-1/4 容器,挤掉 RadioGroup 输入区,改用 labelWidth: 120

This commit is contained in:
YunaiV
2026-05-02 19:44:21 +08:00
parent 8020b4b743
commit 627e31f1b0
4 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ import { schema } from './data';
const [Form, formApi] = useVbenForm({
commonConfig: {
labelClass: 'w-100',
labelWidth: 120,
},
layout: 'horizontal',
schema,

View File

@@ -18,7 +18,7 @@ import { schema } from './data';
const [Form, formApi] = useVbenForm({
commonConfig: {
labelClass: 'w-100',
labelWidth: 120,
},
layout: 'horizontal',
schema,

View File

@@ -18,7 +18,7 @@ import { schema } from './data';
const [Form, formApi] = useVbenForm({
commonConfig: {
labelClass: 'w-100',
labelWidth: 120,
},
layout: 'horizontal',
schema,

View File

@@ -18,7 +18,7 @@ import { schema } from './data';
const [Form, formApi] = useVbenForm({
commonConfig: {
labelClass: 'w-100',
labelWidth: 120,
},
layout: 'horizontal',
schema,