maxiaoxiao преди 7 месеца
родител
ревизия
aae125b9ee
променени са 1 файла, в които са добавени 6 реда и са изтрити 3 реда
  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 {