src/views/Map/mapView.vue
@@ -1,9 +1,8 @@ <template> <div id="cesiumContainer" class="cesiumContainer" > <div class="MapViewBox"> <div id="cesiumContainer"> </div> </div> </template> @@ -35,11 +34,14 @@ </script> <style lang="less" scoped> .cesiumContainer { .MapViewBox { width: 100%; height: 100%; margin: 0; padding: 0; position: absolute; } .ol-mouse-position{ display: none !important; } </style>