소스 검색

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

guhongwei 5 년 전
부모
커밋
422491f8f8
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>