wuhongyu 5 lat temu
rodzic
commit
67d30c0f7c

+ 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>