shuishen
2022-10-31 1e19ae3834e6f7c9ac6e7e1ab42d12eb04ce8aaf
src/components/map/components/mapPopup.vue
@@ -33,13 +33,13 @@
                                        <div class="arc-bcg">
                                            <img :src="popupBgUrl" alt />
                                        </div>
                                        <div
                                        <!-- <div
                                            v-show="siteName != null && siteName != ''"
                                            class="site"
                                        >
                                            <strong>地址:</strong>
                                            {{ siteName }}
                                        </div>
                                        </div>-->
                                        <div
                                            v-show="telephone != null && telephone != ''"
                                            class="phone"
@@ -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