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; }