|
@@ -58,7 +58,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 地图 -->
|
|
|
- <supermap ref="supermap" style="width: 100%;height: 500px;" :mapDiv="'forestMap'" :mapSite="{doubleClickZoom:false}"
|
|
|
+ <supermap ref="supermap" style="width: 100%;height: 100vh;" :mapDiv="'forestMap'" :mapSite="{doubleClickZoom:false}"
|
|
|
:codes="['9fa5']" :isSideBySide="false"></supermap>
|
|
|
<button @click="showEventInfo1" style="position: absolute; right: 50%;top: 85%;z-index: 1000;">弹层事件演示用按钮1</button>
|
|
|
<button @click="showEventInfo2" style="position: absolute; right: 40%;top: 85%;z-index: 1000;">弹层事件演示用按钮2</button>
|