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

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

diff --git a/wechat_jiaxuan/components/disProduct/index.less b/wechat_jiaxuan/components/disProduct/index.less
index f64afe7..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;

--
Gitblit v1.9.3