From bf2d5b8628677a4681878948025fd6d01735205d Mon Sep 17 00:00:00 2001 From: zsk <710162063@qq.com> Date: Tue, 26 Mar 2024 16:28:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.wxss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/index/index.wxss b/pages/index/index.wxss index 810ff59..e48cb43 100644 --- a/pages/index/index.wxss +++ b/pages/index/index.wxss @@ -714,8 +714,10 @@ button.collect icon::before { padding: 16px 18px; padding-bottom: 50px; border-radius: 12px; - flex-wrap: wrap; - /* height: 208px; */ + flex-wrap: wrap; + box-sizing: border-box; + /* height: 208px; */ + height: calc(100% - 56px); overflow: auto; justify-content: start; }