From 53ed6c9d078de6f226fb8be36bf62a0ee8dba6cc Mon Sep 17 00:00:00 2001 From: Default User Date: Fri, 23 Jan 2026 11:32:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DiOS=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=8B=96=E5=8A=A8=E9=97=AE=E9=A2=98=EF=BC=9A=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E9=AB=98=E5=BA=A6=E5=92=8Coverflow=E5=B1=9E?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods-update/goods-update.wxss | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/pages/goods-update/goods-update.wxss b/pages/goods-update/goods-update.wxss index 19e25d0..ffc1ef0 100644 --- a/pages/goods-update/goods-update.wxss +++ b/pages/goods-update/goods-update.wxss @@ -21,27 +21,14 @@ page::-webkit-scrollbar { min-height: 100vh; background-color: #f5f7fa; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif; - overflow: hidden; /* 禁用页面容器滚动 */ position: relative; } -/* 商品详情内容区域作为主要滚动区域 */ +/* 商品详情内容区域 */ .goods-detail-content { - height: calc(100vh - 140px); /* 减去底部按钮和顶部区域的高度 */ - overflow-y: auto; - -webkit-overflow-scrolling: touch; - scrollbar-width: none; /* Firefox */ - -ms-overflow-style: none; /* IE/Edge */ position: relative; } -/* 强制隐藏滚动条 */ -.goods-detail-content::-webkit-scrollbar { - display: none; - width: 0; - height: 0; -} - /* 隐藏所有scroll-view组件的滚动条 */ scroll-view { scrollbar-width: none; /* Firefox */