|
@@ -14,13 +14,15 @@
|
|
|
</border-panel>
|
|
|
</div>
|
|
|
<div style="width: 1000px; position: relative">
|
|
|
- <div style="height: calc(100% - 325px)">
|
|
|
- <iframe
|
|
|
+ <div style="height: calc(100vh - 290px);overflow: hidden;">
|
|
|
+ <div style="height: calc(100vh - 290px); overflow: hidden;">
|
|
|
+ <iframe
|
|
|
ref="box"
|
|
|
:src="dtData.txdz"
|
|
|
- style="height: 100%; width: 100%"
|
|
|
+ style="height: 900px; width: 100%;position: relative;top: -200px;"
|
|
|
v-if="dtData && dtData.txdz && middleType === '720'"
|
|
|
></iframe>
|
|
|
+ </div>
|
|
|
<div style="height: 100%; width: 100%" v-if="middleType === 'map'">
|
|
|
<Map :data="mapData" v-if="mapData" />
|
|
|
</div>
|