This commit is contained in:
史典卓
2024-10-25 17:49:32 +08:00
parent 66ccedfd95
commit 233263750c
4 changed files with 24 additions and 23 deletions

View File

@@ -7,16 +7,16 @@
<div class="bgWhite survey" style="height: calc(100vh - 120px);">
<i style="position: absolute;right: 10px;top: 10px;color:#fff;" class="el-icon-full-screen"
@click="changeFullScreen"></i>
<iframe
name="iframeMap"
id="iframeMapViewComponent"
v-bind:src="getPageUrl"
width="100%"
height="100%"
frameborder="0"
scrolling="no"
ref="iframeDom"
></iframe>
<!-- <iframe-->
<!-- name="iframeMap"-->
<!-- id="iframeMapViewComponent"-->
<!-- v-bind:src="getPageUrl"-->
<!-- width="100%"-->
<!-- height="100%"-->
<!-- frameborder="0"-->
<!-- scrolling="no"-->
<!-- ref="iframeDom"-->
<!-- ></iframe>-->
</div>
</div>
</div>