From 3b3873cac5a894648ebef638eab7b48bed704a10 Mon Sep 17 00:00:00 2001 From: tuwei <1249185101@qq.com> Date: Fri, 28 Apr 2023 16:16:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20'=E6=89=8B=E6=8C=81=E6=90=AD=E5=BB=BA?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=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 --- src/pages/productCenter/mobileConfig/index.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/productCenter/mobileConfig/index.less b/src/pages/productCenter/mobileConfig/index.less index e65a3030..6fccd086 100644 --- a/src/pages/productCenter/mobileConfig/index.less +++ b/src/pages/productCenter/mobileConfig/index.less @@ -12,4 +12,9 @@ .ant-pro-card { height: 100%; } + :global { + .ant-spin-container { + overflow: auto; + } + } } \ No newline at end of file -- 2.17.1