From c468d000764be64b2e56ca8b64259d2216899191 Mon Sep 17 00:00:00 2001 From: luo <17530855@qq.com> Date: Mon, 26 Jun 2023 18:19:19 +0800 Subject: [PATCH] 优化样式 --- pages/goods/goodsInfo/goodsInfo.wxss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/goods/goodsInfo/goodsInfo.wxss b/pages/goods/goodsInfo/goodsInfo.wxss index 5fc4550..d226475 100644 --- a/pages/goods/goodsInfo/goodsInfo.wxss +++ b/pages/goods/goodsInfo/goodsInfo.wxss @@ -3459,7 +3459,8 @@ margin: auto; */ /* 门店分类列表 */ .sort_store_list { - max-height: 700rpx; + max-height: 700rpx; + min-height: 600rpx; overflow: hidden; overflow-y: scroll; width: 95%; -- libgit2 0.21.4