Browse Source

feat: 🚀 修改弹框 隐藏导航中门牌号,修改公共设施位置

pull/20/head
张耀 3 years ago
parent
commit
1950c17873
  1. BIN
      src/assets/images/map/map-dialog.png
  2. 7
      src/views/Guide/Guide.vue
  3. 2
      src/views/Nav/Nav.vue

BIN
src/assets/images/map/map-dialog.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 60 KiB

7
src/views/Guide/Guide.vue

@ -40,7 +40,7 @@
:refresh-delay="200"
:scrollbar="false"
>
<div class="fac-list">
<div class="fac-list" :class="{ 'pos-right': facilityList.length <= 19 }">
<div
v-for="(item, index) in facilityList"
:key="index"
@ -288,6 +288,9 @@ watch(mapStatus, newValue => {
display: flex;
justify-content: flex-end;
width: fit-content;
&.pos-right {
width: 1170px;
}
.fac-item {
flex-shrink: 0;
width: 44px;
@ -359,7 +362,7 @@ watch(mapStatus, newValue => {
.tip {
position: absolute;
top: 93px;
left: 421px;
right: 564px;
}
.search-btn {
position: absolute;

2
src/views/Nav/Nav.vue

@ -97,7 +97,7 @@
>{{ switchLanguage(shop, 'shopName') }}
</marquees>
</div>
<div v-if="shop.houseNumber" class="working-item">
<div v-if="false && shop.houseNumber" class="working-item">
<img src="../../assets/images/nav/icon_pos.svg" alt="" />
<span class="title">{{ shop.floor + '-' + shop.houseNumber }}</span>
</div>

Loading…
Cancel
Save