From 7499ae38e7bb58207733eab037b73485b04dd66f Mon Sep 17 00:00:00 2001 From: Kobi Date: Fri, 5 Jan 2024 15:13:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20form=E4=B8=8D?= =?UTF-8?q?=E4=BC=A0label=E6=97=B6=E5=B1=95=E7=A4=BA=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/fineui/src/component/form/form.field.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fineui/src/component/form/form.field.js b/packages/fineui/src/component/form/form.field.js index 8cc80eae6..3260edc62 100644 --- a/packages/fineui/src/component/form/form.field.js +++ b/packages/fineui/src/component/form/form.field.js @@ -69,7 +69,7 @@ export class FormField extends Widget { return { type: VerticalAdaptLayout.xtype, - columnSize: ["auto", "fill"], + columnSize: isKey(o.label) ? ["auto", "fill"] : ["fill"], verticalAlign: VerticalAlign.Stretch, items: isKey(o.label) ? [