From 74f8a24bae2b15694b9542f34667f9b95bb05e88 Mon Sep 17 00:00:00 2001 From: taiyuan Date: Thu, 9 Sep 2021 17:54:24 +0800 Subject: [PATCH] 分类列表风格二顶部空白间距修改 --- pages/goods/categoryList/categoryList.wxss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/goods/categoryList/categoryList.wxss b/pages/goods/categoryList/categoryList.wxss index 9cc07cc..c57818b 100644 --- a/pages/goods/categoryList/categoryList.wxss +++ b/pages/goods/categoryList/categoryList.wxss @@ -311,7 +311,7 @@ width: 60%; max-height: 90%; overflow-y:scroll; overflow: hidden scroll; - padding-bottom: 65rpx; + /* padding-bottom: 65rpx; */ } -- libgit2 0.21.4