From 81f54040c2cb65537c6c6e1db8358a39a57dea0d Mon Sep 17 00:00:00 2001
From: mayisheng <admin>
Date: Mon, 15 Aug 2022 16:14:01 +0800
Subject: [PATCH] 1

---
 src/mobileLayout/index.vue |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/src/mobileLayout/index.vue b/src/mobileLayout/index.vue
index feea8c6..bf5727f 100644
--- a/src/mobileLayout/index.vue
+++ b/src/mobileLayout/index.vue
@@ -1,14 +1,17 @@
 <template>
-  <div>
-      <mapBox ref="modalForm" />
+  <div id="mobileMaps">
+    <mobilemapBox ref="mobilemapBoxFrom" />
   </div>
 </template>
 
 <script>
-export default {
-}
+export default {};
 </script>
 
 <style>
-
+#mobileMaps {
+  width: 100%;
+  height: 100%;
+  overflow: hidden;
+}
 </style>

--
Gitblit v1.9.3