From c33f9dfc12f4527d8acb896417f5b024e247a931 Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Tue, 3 Mar 2026 10:08:56 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4906=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=BA=B7=E5=85=BB=E5=92=8C?= =?UTF-8?q?=E6=97=85=E5=B1=85=E7=B1=BB=E7=9B=AE=E4=B8=8B=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=81=8F=E5=B7=A6=EF=BC=8C=E9=9C=80=E6=8C=89?= =?UTF-8?q?=E6=95=88=E6=9E=9C=E5=9B=BE=E8=B0=83=E6=95=B4=EF=BC=8C=E5=B9=B6?= =?UTF-8?q?=E5=81=9A=E6=88=90=E7=80=91=E5=B8=83=E6=B5=81=E5=BD=A2=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/healthFoods.vue | 15 +++++++++------ pkg_product/views/healthSanctum.vue | 15 +++++++++------ 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/pkg_product/views/healthFoods.vue b/pkg_product/views/healthFoods.vue index e90257b..af84610 100644 --- a/pkg_product/views/healthFoods.vue +++ b/pkg_product/views/healthFoods.vue @@ -108,7 +108,7 @@ :poster="item.cover + '?vframe/jpg/offset/1'" v-if="item.coverType === 2"> - + {{ item.intro }} - + @@ -140,7 +140,7 @@ :poster="item.cover + '?vframe/jpg/offset/1'" v-if="item.coverType === 2"> - + {{ item.intro }} - + @@ -371,8 +371,8 @@ export default { position: relative; } .desc-txt { - height: 78rpx; line-height: 40rpx; + max-height: 78rpx; } .address{ position: absolute; @@ -392,9 +392,12 @@ export default { align-items: flex-start; } .waterfall-column { - width: 48%; + width: 49.9%; display: flex; flex-direction: column; + .img{ + height: 670rpx; + } } .atr{ width: 52rpx; diff --git a/pkg_product/views/healthSanctum.vue b/pkg_product/views/healthSanctum.vue index 68c6bfc..4e61c9d 100644 --- a/pkg_product/views/healthSanctum.vue +++ b/pkg_product/views/healthSanctum.vue @@ -78,7 +78,7 @@ :poster="item.cover + '?vframe/jpg/offset/1'" v-if="item.coverType === 2"> - + {{ item.intro }} - + @@ -110,7 +110,7 @@ :poster="item.cover + '?vframe/jpg/offset/1'" v-if="item.coverType === 2"> - + {{ item.intro }} - + @@ -332,8 +332,8 @@ export default { position: relative; } .desc-txt { - height: 78rpx; line-height: 40rpx; + max-height: 78rpx; } .address{ position: absolute; @@ -353,9 +353,12 @@ export default { align-items: flex-start; } .waterfall-column { - width: 48%; + width: 49.9%; display: flex; flex-direction: column; + .img{ + height: 670rpx; + } } .atr{ width: 52rpx;