From 7f899b5f769d1646fa85d191263a9df563fa005c Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 23 七月 2024 14:22:45 +0800
Subject: [PATCH] ‘’

---
 wechat_jiaxuan/components/disProduct/index.less |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/wechat_jiaxuan/components/disProduct/index.less b/wechat_jiaxuan/components/disProduct/index.less
index ccb6a20..5243721 100644
--- a/wechat_jiaxuan/components/disProduct/index.less
+++ b/wechat_jiaxuan/components/disProduct/index.less
@@ -67,14 +67,14 @@
     height: 100%;
     .query_wrap {
       display: flex;
+      width: 100%;
       .item {
+        width: 50%;
         height: 100rpx;
         display: flex;
         align-items: center;
         justify-content: center;
         color: #666666;
-        flex: 1;
-
         .name {
           margin-right: 12rpx;
         }
@@ -91,7 +91,8 @@
         display: flex;
         flex-wrap: wrap;
         padding: 30rpx 40rpx;
-
+        max-height: 400rpx;
+        overflow: auto;
         .item {
           width: 154rpx;
           height: 72rpx;
@@ -157,15 +158,16 @@
 
     .goods_list {
       height: calc( 100% -  182rpx);
+      width: 590rpx;
       display: flex;
       flex-wrap: wrap;
+      box-sizing: border-box;
       justify-content: space-between;
       padding: 12rpx 40rpx;
       .item {
-        width: 50%;
+        width: 242rpx;
         flex-shrink: 0;
         margin-bottom: 32rpx;
-
         .img_wrap {
           width: 242rpx;
           border-radius: 8rpx;

--
Gitblit v1.9.3