From 31ad252341e3614daab677a9cf2e37f62489484e Mon Sep 17 00:00:00 2001
From: sean.zhou <sean.zhou@dji.com>
Date: Fri, 18 Nov 2022 18:35:12 +0800
Subject: [PATCH] initial v1.3.0

---
 src/App.vue |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index ef1496f..453e2a5 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,5 +1,5 @@
 <template>
-  <div id="demo-app" class="demo-app">
+  <div class="demo-app">
     <router-view />
     <!-- <div class="map-wrapper">
       <GMap/>
@@ -26,9 +26,17 @@
 .demo-app {
   width: 100%;
   height: 100%;
+
   .map-wrapper {
     height: 100%;
     width: 100%;
   }
 }
 </style>
+
+<style lang="scss">
+#demo-app {
+  width: 100%;
+  height: 100%
+}
+</style>

--
Gitblit v1.9.3