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;