|
@@ -60,7 +60,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
<template #center>
|
|
<template #center>
|
|
|
- <div>111111</div>
|
|
|
|
|
|
|
+ <Maps />
|
|
|
</template>
|
|
</template>
|
|
|
<template #right>
|
|
<template #right>
|
|
|
<div class="right">
|
|
<div class="right">
|
|
@@ -293,6 +293,7 @@ import Box from '@/components/box.vue'
|
|
|
import TankSeamlessScroll from 'tank-vue3-seamless-scroll'
|
|
import TankSeamlessScroll from 'tank-vue3-seamless-scroll'
|
|
|
import { graphic } from 'echarts'
|
|
import { graphic } from 'echarts'
|
|
|
import Echart from '@/components/chart.vue'
|
|
import Echart from '@/components/chart.vue'
|
|
|
|
|
+import Maps from '@/components/map.vue'
|
|
|
|
|
|
|
|
const datas = [
|
|
const datas = [
|
|
|
{
|
|
{
|
|
@@ -925,7 +926,6 @@ function changeFn(id: number, item: any) {
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
.left {
|
|
.left {
|
|
|
- padding-right: 40px;
|
|
|
|
|
|
|
|
|
|
&-top {
|
|
&-top {
|
|
|
&>div {
|
|
&>div {
|
|
@@ -1009,7 +1009,6 @@ function changeFn(id: number, item: any) {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
|
- padding-left: 40px;
|
|
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
text-shadow: 1px 1px 5px rgba(0, 255, 255, 0.647058823529412);
|
|
text-shadow: 1px 1px 5px rgba(0, 255, 255, 0.647058823529412);
|
|
|
|
|
|