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%); }