shuishen
2022-10-31 1e19ae3834e6f7c9ac6e7e1ab42d12eb04ce8aaf
修改
5 files modified
13 ■■■■■ changed files
src/components/map-jg/index.vue 2 ●●● patch | view | raw | blame | history
src/components/map-sd/index.vue 2 ●●● patch | view | raw | blame | history
src/components/map/components/mapPopup.vue 5 ●●●● patch | view | raw | blame | history
src/components/map/index.vue 2 ●●● patch | view | raw | blame | history
src/components/mobileWindow/index.vue 2 ●●● patch | view | raw | blame | history
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>
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>
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
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>
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,