From a0bb7dd91ec9038b4cd3e875e9b750bb0fc08bc3 Mon Sep 17 00:00:00 2001 From: zhangyao Date: Thu, 8 Jun 2023 14:18:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=AF=BC=E8=A7=88?= =?UTF-8?q?=E5=85=AC=E5=85=B1=E8=AE=BE=E6=96=BD=E7=82=B9=E5=87=BB=E9=80=BB?= =?UTF-8?q?=E8=BE=91=EF=BC=8C=E4=BF=AE=E6=94=B9=E8=89=BA=E6=9C=AF=E6=A5=BC?= =?UTF-8?q?=E6=89=BF=E5=90=8D=E7=A7=B0=E9=81=AE=E6=8C=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Art/ArtMapItem.vue | 4 ++-- src/views/Guide/Guide.vue | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/views/Art/ArtMapItem.vue b/src/views/Art/ArtMapItem.vue index 718988f..aa268ff 100644 --- a/src/views/Art/ArtMapItem.vue +++ b/src/views/Art/ArtMapItem.vue @@ -62,7 +62,7 @@ function clickGo() { .art-title { max-width: 170px; - height: 16px; + height: 19px; font-size: 14px; font-family: 'font_bold'; color: #736661; @@ -73,7 +73,7 @@ function clickGo() { } .art-author { max-width: 170px; - height: 14px; + height: 17px; margin-top: 2px; font-size: 10px; font-family: 'font_bold'; diff --git a/src/views/Guide/Guide.vue b/src/views/Guide/Guide.vue index a08063f..5ffe795 100644 --- a/src/views/Guide/Guide.vue +++ b/src/views/Guide/Guide.vue @@ -140,11 +140,10 @@ function clickFloor(floorItem: Floor) { //点击公共设施 function clickFac(item: Facility) { store.shop.houseNumber && store.shop.formatColor && window.Map_QM.changeMapIPState(store.shop.houseNumber, store.shop.formatColor) - if (item.abbreviation === 'dt') { - window.Map_QM.bounceIcon('dt') - return + if (item.abbreviation) { + window.Map_QM.bounceIcon(item.abbreviation) } - handleFacility(item) + // handleFacility(item) } //点击控制地图