Browse Source

fix: 修改搜索提示字体,修改遮罩点击

pull/8/head
张耀 3 years ago
parent
commit
27ea3e460b
  1. 1
      src/components/Map/Map.vue
  2. 1
      src/views/Guide/Guide.vue
  3. 2
      src/views/Search/Search.vue

1
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 {

1
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;

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

Loading…
Cancel
Save