From 53277ec183137b05c8803e2e4dfe0b275cc1ea7f Mon Sep 17 00:00:00 2001 From: lizijiee <562949697@qq.com> Date: Sun, 24 Mar 2024 11:08:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=202582=20=E3=80=90AI=E4=B8=80=E9=94=AE?= =?UTF-8?q?=E6=9F=A5=E9=87=8D=E3=80=91=E9=AB=98=E7=BA=A7=E7=AD=9B=E9=80=89?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E6=A1=86=E5=8A=A0=E4=B8=AA=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/aside/comp/AdvanceFilter.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/home/aside/comp/AdvanceFilter.vue b/src/views/home/aside/comp/AdvanceFilter.vue index 55c1af3..70951f6 100644 --- a/src/views/home/aside/comp/AdvanceFilter.vue +++ b/src/views/home/aside/comp/AdvanceFilter.vue @@ -356,11 +356,11 @@ const moveEnd = () => { height: 200px; overflow-x: hidden; overflow-y: auto; - scrollbar-width: none; /* firefox */ - -ms-overflow-style: none; /* IE 10+ */ + scrollbar-width: thin; /* firefox */ + -ms-overflow-style: thin; /* IE 10+ */ &::-webkit-scrollbar { - display: none; + display: thin; } li {