From 1e19ae3834e6f7c9ac6e7e1ab42d12eb04ce8aaf Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 31 Oct 2022 16:58:31 +0800
Subject: [PATCH] 修改
---
src/components/mobileWindow/index.vue | 2 +-
src/components/map-jg/index.vue | 2 +-
src/components/map-sd/index.vue | 2 +-
src/components/map/index.vue | 2 +-
src/components/map/components/mapPopup.vue | 5 ++++-
5 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/src/components/map-jg/index.vue b/src/components/map-jg/index.vue
index 1000199..022bbd6 100644
--- a/src/components/map-jg/index.vue
+++ b/src/components/map-jg/index.vue
@@ -1020,7 +1020,7 @@
border-radius: 50%;
width: 200px;
height: 200px;
- z-index: 99;
+ z-index: 11;
overflow: hidden;
}
</style>
diff --git a/src/components/map-sd/index.vue b/src/components/map-sd/index.vue
index 2259e03..0e2b1ee 100644
--- a/src/components/map-sd/index.vue
+++ b/src/components/map-sd/index.vue
@@ -1003,7 +1003,7 @@
border-radius: 50%;
width: 200px;
height: 200px;
- z-index: 99;
+ z-index: 11;
overflow: hidden;
}
</style>
diff --git a/src/components/map/components/mapPopup.vue b/src/components/map/components/mapPopup.vue
index bae1f61..b07da01 100644
--- a/src/components/map/components/mapPopup.vue
+++ b/src/components/map/components/mapPopup.vue
@@ -155,7 +155,10 @@
:class="{ 'change-full': fullscreen }"
id="PanoramaBox"
>
- <div style="width: 100%; height: 100%; transform: translate(0, 50%);">
+ <div
+ style="width: 100%; height: 100%; "
+ :style="{transform: !this.fullscreen ? 'translate(0, 50%)' : 'translate(0, 0)'}"
+ >
<div class="panorama-container">
<div class="panorama-wrap">
<div
diff --git a/src/components/map/index.vue b/src/components/map/index.vue
index 1000199..022bbd6 100644
--- a/src/components/map/index.vue
+++ b/src/components/map/index.vue
@@ -1020,7 +1020,7 @@
border-radius: 50%;
width: 200px;
height: 200px;
- z-index: 99;
+ z-index: 11;
overflow: hidden;
}
</style>
diff --git a/src/components/mobileWindow/index.vue b/src/components/mobileWindow/index.vue
index e0367c0..070737d 100644
--- a/src/components/mobileWindow/index.vue
+++ b/src/components/mobileWindow/index.vue
@@ -190,7 +190,7 @@
k == this.getCenter[n].name &&
queryData[k] &&
queryData.from != '活动' &&
- this.getCenter[n].value == '地址'
+ this.getCenter[n].value != '地址'
) {
this.center.push({
name: this.getCenter[n].value,
--
Gitblit v1.9.3