From 7d607f19253fcdbbf36d692894cee036af6c5de1 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 29 七月 2024 13:43:39 +0800
Subject: [PATCH] 提交

---
 wechat_staff/pages/detailDis/product.wxss |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/wechat_staff/pages/detailDis/product.wxss b/wechat_staff/pages/detailDis/product.wxss
index ddf8552..0a94bed 100644
--- a/wechat_staff/pages/detailDis/product.wxss
+++ b/wechat_staff/pages/detailDis/product.wxss
@@ -61,6 +61,7 @@
   margin-bottom: 26rpx;
 }
 .main_content .text {
+  line-height: 36rpx;
   font-size: 26rpx;
   color: #555555;
   margin-bottom: 40rpx;
@@ -150,7 +151,7 @@
 }
 .detail .line {
   display: flex;
-  height: 32rpx;
+  min-height: 32rpx;
   margin-bottom: 24rpx;
 }
 .detail .line .label {

--
Gitblit v1.9.3