@@ -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 {