From f5b3174accf8e8cd82831ad3127edcf6e0d0505e Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Mon, 14 Oct 2024 14:16:26 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E5=85=BB=E7=94=9F=E5=9C=A3=E5=9C=B0):[#248?= =?UTF-8?q?6]=E5=85=BB=E7=94=9F=E5=9C=A3=E5=9C=B0=E7=AC=AC=E4=B8=89?= =?UTF-8?q?=E8=A1=8C=E6=96=87=E5=AD=97=E5=88=A0=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/healthSanctum.vue | 6 +++++- pkg_product/views/healthSearch.vue | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/pkg_product/views/healthSanctum.vue b/pkg_product/views/healthSanctum.vue index 0a78832..e52dcdb 100644 --- a/pkg_product/views/healthSanctum.vue +++ b/pkg_product/views/healthSanctum.vue @@ -62,7 +62,7 @@ {{ item.areaName }} - {{ item.content }} + {{ item.content }} @@ -214,6 +214,10 @@ export default { border-radius: 20rpx; position: relative; } +.desc-txt { + height: 78rpx; + line-height: 40rpx; +} .address{ position: absolute; left: 30rpx; diff --git a/pkg_product/views/healthSearch.vue b/pkg_product/views/healthSearch.vue index 22c8662..4e25581 100644 --- a/pkg_product/views/healthSearch.vue +++ b/pkg_product/views/healthSearch.vue @@ -23,7 +23,7 @@ {{ item.areaName }} - {{ item.content }} + {{ item.content }} @@ -104,6 +104,10 @@ export default { align-items: center; justify-content: center; } +.desc-txt { + height: 78rpx; + line-height: 40rpx; +} .search-page{ min-height: 100vh; background-color: #fff;