From 27ea3e460bd06066f3ad44f6edce1bf3b47adb57 Mon Sep 17 00:00:00 2001 From: zhangyao Date: Thu, 15 Jun 2023 16:23:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E5=AD=97=E4=BD=93=EF=BC=8C=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=81=AE=E7=BD=A9=E7=82=B9=E5=87=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Map/Map.vue | 1 + src/views/Guide/Guide.vue | 1 + src/views/Search/Search.vue | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Map/Map.vue b/src/components/Map/Map.vue index eb8c909..5c81c9b 100644 --- a/src/components/Map/Map.vue +++ b/src/components/Map/Map.vue @@ -204,6 +204,7 @@ function changeLang(lang: Language) { z-index: 2; width: 1080px; height: 150px; + pointer-events: none; } } .language-items { diff --git a/src/views/Guide/Guide.vue b/src/views/Guide/Guide.vue index 204f967..ce15b81 100644 --- a/src/views/Guide/Guide.vue +++ b/src/views/Guide/Guide.vue @@ -259,6 +259,7 @@ watch(mapStatus, newValue => { z-index: 0; width: 1080px; height: 150px; + pointer-events: none; } .type-btn-bg { position: absolute; diff --git a/src/views/Search/Search.vue b/src/views/Search/Search.vue index 23fa809..3f55441 100644 --- a/src/views/Search/Search.vue +++ b/src/views/Search/Search.vue @@ -537,7 +537,7 @@ function closeActivityDetail() { top: 50%; left: 96px; font-size: 20px; - font-family: 'font_regular'; + font-family: 'font_bold'; color: rgb(0 0 0 / 20%); transform: translateY(-50%); }