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;