From d0fa02f84591a3a7b88af725b1670bcded36b84d Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 02 八月 2024 11:09:30 +0800
Subject: [PATCH] lll

---
 wechat_staff/components/disProduct/index.less |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/wechat_staff/components/disProduct/index.less b/wechat_staff/components/disProduct/index.less
index ad081d9..69ffc37 100644
--- a/wechat_staff/components/disProduct/index.less
+++ b/wechat_staff/components/disProduct/index.less
@@ -67,11 +67,16 @@
     flex: 1;
     position: relative;
     height: 100%;
+    .query_wrap_scroll{
+      width: 540rpx;
+      padding-left: 40rpx;
+    }
     .query_wrap {
       display: flex;
-      width: 100%;
+      flex-wrap: nowrap;
       .item {
-        width: 50%;
+        flex-shrink: 0;
+        margin-right: 48rpx;
         height: 100rpx;
         display: flex;
         align-items: center;

--
Gitblit v1.9.3