zs 11 months ago
parent
commit
4ce2d1af31
2 changed files with 3 additions and 3 deletions
  1. 2 2
      src/views/main/twelveHatch/index.vue
  2. 1 1
      src/views/main/twelveHatch/path/map.vue

+ 2 - 2
src/views/main/twelveHatch/index.vue

@@ -91,7 +91,7 @@ const toChange = inject('toChange')
 const selectMenu = inject('selectMenu')
 import myMain from './dataV/myMain.vue'
 import echarts1 from './path/echarts1.vue'
-import echarts2 from './path/echarts2.vue'
+// import echarts2 from './path/echarts2.vue'
 import map1 from './path/map.vue'
 import echarts3 from './path/echarts3.vue'
 import echarts4 from './path/echarts4.vue'
@@ -373,7 +373,7 @@ onBeforeUnmount(() => {
     background-size: 100% 100%;
   }
   .map {
-    position: absolute;
+    position: relative;
     top: 0;
     left: -8%;
     width: 100%;

+ 1 - 1
src/views/main/twelveHatch/path/map.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <div ref="chinaMap" class="chinaMap" style="height: 600px; width: 100%"></div>
+    <div ref="chinaMap" class="chinaMap" style="height: 622px; width: 100%"></div>
   </div>
 </template>
 <style scoped>