From 9aa4f105dd7c4b9e576bebc8e01bb21c366ce550 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 02 八月 2024 11:09:31 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
---
wechat_staff/components/disProduct/index.wxss | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/wechat_staff/components/disProduct/index.wxss b/wechat_staff/components/disProduct/index.wxss
index 16e97e6..37cd93e 100644
--- a/wechat_staff/components/disProduct/index.wxss
+++ b/wechat_staff/components/disProduct/index.wxss
@@ -60,12 +60,17 @@
position: relative;
height: 100%;
}
+.main_content .main_right .query_wrap_scroll {
+ width: 540rpx;
+ padding-left: 40rpx;
+}
.main_content .main_right .query_wrap {
display: flex;
- width: 100%;
+ flex-wrap: nowrap;
}
.main_content .main_right .query_wrap .item {
- width: 50%;
+ flex-shrink: 0;
+ margin-right: 48rpx;
height: 100rpx;
display: flex;
align-items: center;
--
Gitblit v1.9.3