From d3a3ffd919538da82abfb88e95727e2d3fd1f6ae Mon Sep 17 00:00:00 2001 From: 2betop <2betop.cn@gmail.com> Date: Wed, 18 Aug 2021 16:13:17 +0800 Subject: [PATCH] =?UTF-8?q?css=20=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/components/form/_form.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scss/components/form/_form.scss b/scss/components/form/_form.scss index e9e9cd0b3..3573f48da 100644 --- a/scss/components/form/_form.scss +++ b/scss/components/form/_form.scss @@ -233,12 +233,11 @@ padding-right: calc(var(--Form--horizontal-gutterWidth) / 2); } - > .#{$ns}Form-label, > .#{$ns}Form-value { flex-basis: 0; flex-grow: 1; max-width: 100%; - width: 100%; + width: 0; } .#{$ns}Form-itemColumn--xs,