From 13aef5f61a107ce3fded29cdb6120e5d00d269df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=98=E9=A3=8E?= Date: Thu, 15 Jan 2026 11:35:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0SidebarMenu=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BB=A5=E6=94=B9=E8=BF=9B=E5=B8=83=E5=B1=80=EF=BC=9A=E5=B0=86?= =?UTF-8?q?resultsList=20max-height=E6=9B=B4=E6=94=B9=E4=B8=BA50=20vh?= =?UTF-8?q?=E4=BB=A5=E8=8E=B7=E5=BE=97=E6=9B=B4=E5=A5=BD=E7=9A=84=E5=93=8D?= =?UTF-8?q?=E5=BA=94=E6=80=A7=EF=BC=8C=E5=B9=B6=E4=BB=8E=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E4=B8=AD=E5=88=A0=E9=99=A4=E5=9B=BA=E5=AE=9A=E9=AB=98=E5=BA=A6?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/SidebarMenu/SearchAnyone/index.module.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/pc/ckbox/weChat/components/SidebarMenu/SearchAnyone/index.module.scss b/src/pages/pc/ckbox/weChat/components/SidebarMenu/SearchAnyone/index.module.scss index 786b3f4..3c436c4 100644 --- a/src/pages/pc/ckbox/weChat/components/SidebarMenu/SearchAnyone/index.module.scss +++ b/src/pages/pc/ckbox/weChat/components/SidebarMenu/SearchAnyone/index.module.scss @@ -14,12 +14,11 @@ border-radius: 4px; box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3); z-index: 1000; - height: 400px; width: 260px; } .resultsList { - max-height: 400px; + height: 50vh; overflow-y: auto; }