From a730afb67c81ad275f2f51a9a456a810d88cfdd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=B0=8F=E6=B0=91?= Date: Wed, 20 Sep 2023 15:14:17 +0800 Subject: [PATCH] Update index.less MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 处理 移动滚动条的时候,ant-select-dropdown 没有随form-item移动 --- src/design/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/design/index.less b/src/design/index.less index b2c024af..956c9d85 100644 --- a/src/design/index.less +++ b/src/design/index.less @@ -25,6 +25,7 @@ body { height: 100%; overflow: visible; overflow-x: hidden; + position: relative; &.color-weak { filter: invert(80%);