From 01aa06d1b2b7f8eadbd3085df2981c24409af0ea Mon Sep 17 00:00:00 2001 From: liaoxuezhi Date: Mon, 16 Dec 2019 11:00:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/components/form/_select.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/components/form/_select.scss b/scss/components/form/_select.scss index 1bbd0a98c..c1fcaafb1 100644 --- a/scss/components/form/_select.scss +++ b/scss/components/form/_select.scss @@ -36,7 +36,8 @@ position: relative; flex-grow: 1; line-height: 1; - width: 0; + // width: 0; + max-width: 100%; } &-placeholder {