From 4fc49f3f06e9bb6275045d32245469816b451a4c Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 23 七月 2024 09:57:26 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

---
 wechat_jiaxuan/components/disCase/index.less |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/wechat_jiaxuan/components/disCase/index.less b/wechat_jiaxuan/components/disCase/index.less
index 6e72dc4..0ae4378 100644
--- a/wechat_jiaxuan/components/disCase/index.less
+++ b/wechat_jiaxuan/components/disCase/index.less
@@ -31,7 +31,7 @@
   height: 100%;
   padding-top: 120rpx;
   .query_wrap_scroll{
-    width: 670rpx;
+    width: 750rpx;
     padding: 0 40rpx;
   }
   .query_wrap {
@@ -58,6 +58,8 @@
       width: 100%;
       display: flex;
       flex-wrap: wrap;
+      max-height: 400rpx;
+      overflow: auto;
       padding: 30rpx 40rpx;
       .item {
         width: 202rpx;
@@ -118,6 +120,7 @@
     }
   }
   .goods_list{
+    box-sizing: border-box;
     padding: 12rpx 40rpx;
     height: calc( 100% - 188rpx);
     .item{

--
Gitblit v1.9.3