From 0896c0c1372fda990c5e3cbe2e6b48fdeedaae43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E9=A3=9E=E6=B4=8B?= <15778543+xufeiyang6017@user.noreply.gitee.com> Date: Sat, 27 Dec 2025 16:14:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E9=A6=96=E9=A1=B5=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.wxss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pages/index/index.wxss b/pages/index/index.wxss index 5de418b..9731679 100644 --- a/pages/index/index.wxss +++ b/pages/index/index.wxss @@ -1,4 +1,13 @@ /**index.wxss**/ +/* 强制隐藏所有滚动条 */ +::-webkit-scrollbar { + display: none !important; + width: 0 !important; + height: 0 !important; + -webkit-appearance: none; + background: transparent; +} + /* 修复页面整体布局 */ page { height: 100vh;