From 65863c747f900fe0f09e9aa79a8f51062965e153 Mon Sep 17 00:00:00 2001 From: zhangqun <179111901@qq.com> Date: Mon, 22 Jul 2024 17:42:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/map/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/map/index.vue b/pages/map/index.vue index 1025d54..1e68d6e 100644 --- a/pages/map/index.vue +++ b/pages/map/index.vue @@ -649,7 +649,7 @@ export default { display: flex; .tit { width: 92%; - height: 92rpx; + height: 100rpx; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; @@ -658,7 +658,7 @@ export default { font-size: 18px; color: #363f4d; font-weight: bold; - margin: 14px 14px 8px 14px; + margin: 8px 14px 8px 14px; } .desc { color: #666666;