maxiaoxiao 7 meses atrás
pai
commit
aae125b9ee
1 arquivos alterados com 6 adições e 3 exclusões
  1. 6 3
      src/views/remote/MapView.vue

+ 6 - 3
src/views/remote/MapView.vue

@@ -91,11 +91,14 @@ export default {
 </script>
 
 <style scoped>
+.map {
+  width: calc(100% - 520px);
+  height: 91vh;
+  position: relative;
+}
 #mapDiv {
   width: 100%;
-  /* height: 700px; */
-  height: 91vh;
-  /* min-height: calc(100vh - 84px); */
+  height: 100%;
 }
 
 #mapCon2 {