From 5a3a8187c6d269b88218ac4f57bc1a00b9fb06a0 Mon Sep 17 00:00:00 2001 From: luo <17530855@qq.com> Date: Tue, 27 Jun 2023 18:10:43 +0800 Subject: [PATCH] 优化样式 --- pages/goods/goodsInfo/goodsInfo.wxss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/goods/goodsInfo/goodsInfo.wxss b/pages/goods/goodsInfo/goodsInfo.wxss index 918f10c..3bfe10d 100644 --- a/pages/goods/goodsInfo/goodsInfo.wxss +++ b/pages/goods/goodsInfo/goodsInfo.wxss @@ -3373,10 +3373,10 @@ margin: auto; */ .store-list { width: 95%; - min-height: 300rpx; + min-height: 700rpx; overflow-y: scroll; margin: auto; - max-height: 610rpx; + max-height: 700rpx; } .store-list .store_choose { -- libgit2 0.21.4