From 8b774cb3890456c316ada0d3dd018d95b8dad9f8 Mon Sep 17 00:00:00 2001 From: zhangyao Date: Mon, 24 Jul 2023 15:28:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=9A=80=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=BC=B9=E6=A1=86=E5=88=87=E5=89=B2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Map/Map.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Map/Map.vue b/src/components/Map/Map.vue index dc8a336..9465b98 100644 --- a/src/components/Map/Map.vue +++ b/src/components/Map/Map.vue @@ -79,7 +79,7 @@ watch(shop, () => { overflow: hidden; width: 220px; height: 60px; - padding: 25px 18px 0 36px; + padding: 20px 18px 0 36px; font-size: 22px; font-family: 'font_bold'; white-space: nowrap; @@ -88,6 +88,7 @@ watch(shop, () => { .name { display: inline-block; line-height: inherit; + padding-top: 5px; } // @include no-wrap;