|
@@ -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%;
|