whao 2 년 전
부모
커밋
dfc7bad56f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/eventdetailsdialog.vue

+ 1 - 1
src/views/eventdetailsdialog.vue

@@ -51,7 +51,7 @@
               <!-- 底部工具栏end -->
 			  <!-- 地图 -->
 			  <supermapDialog ref="supermapDialog" :dynamicPlotting="true"
-			                  style="width:100% ;height: 75vh;" :mapDiv="'forestWarmSuperMap'"
+			                  style="width:100% ;height: 75vh; position: absolute; top:0;left: 0;" :mapDiv="'forestWarmSuperMap'"
 			                  :mapSite="{doubleClickZoom:false}" :codes="['9fa5']" @preview="preview"
 			                  :isSideBySide="false"></supermapDialog>
             </el-col>