From dcbda98765ffa9e8066330502379fafbf2a750b7 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 14 Dec 2021 16:21:34 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web
---
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