From b0a4d23b83b9cdbdee15263acdd4e7353a8286a1 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 07 八月 2024 18:19:48 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
---
wechat_staff/components/disProduct/index.wxss | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/wechat_staff/components/disProduct/index.wxss b/wechat_staff/components/disProduct/index.wxss
index c683bc0..bd5aa69 100644
--- a/wechat_staff/components/disProduct/index.wxss
+++ b/wechat_staff/components/disProduct/index.wxss
@@ -24,7 +24,7 @@
}
.main_content {
display: flex;
- height: 100%;
+ height: calc(100% - 120rpx);
}
.main_content .main_left {
width: 160rpx;
@@ -151,7 +151,7 @@
background-color: #333333;
}
.main_content .main_right .goods_list {
- height: calc(100% - 222rpx);
+ height: 100%;
width: 590rpx;
box-sizing: border-box;
padding: 12rpx 40rpx;
--
Gitblit v1.9.3