Browse Source

Merge branch 'master' of http://git.cc-lotus.info/service-platform/web-test

guhongwei 5 years ago
parent
commit
422491f8f8
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/views/dynamic/parts/map.vue
  2. 1 1
      src/views/dynamic/parts/top-right.vue

+ 1 - 1
src/views/dynamic/parts/map.vue

@@ -1,6 +1,6 @@
 <template>
   <div id="maps">
-    <div id="chartMap" class="" style="width:100%;height:550px;"></div>
+    <div id="chartMap" class="" style="width:100%;height:550px;margin:40px 0 0 0"></div>
   </div>
 </template>
 

+ 1 - 1
src/views/dynamic/parts/top-right.vue

@@ -1,6 +1,6 @@
 <template>
   <div id="top-right">
-    <div id="chart" class="" style="height:450px;"></div>
+    <div id="chart" class="" style="height:450px;margin:40px 0 0 0"></div>
   </div>
 </template>