From e47c618b18e2bde5e42eeb1d5369aff4c69abd17 Mon Sep 17 00:00:00 2001 From: wangkang Date: Thu, 29 Sep 2022 10:10:31 +0800 Subject: [PATCH] Update index.less (#2237) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: 下拉框文本超长显示问题修改 --- src/design/ant/index.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/design/ant/index.less b/src/design/ant/index.less index f9334bb6..1cc81653 100644 --- a/src/design/ant/index.less +++ b/src/design/ant/index.less @@ -57,3 +57,11 @@ span.anticon:not(.app-iconify) { border-top: 0 !important; border-left: 0 !important; } + +.ant-form-item-control-input-content { + > div { + > div { + max-width: 100%; + } + } +} -- GitLab