代码提交
This commit is contained in:
parent
8783c8d658
commit
a643c1c516
|
@ -220,7 +220,7 @@ import {getData} from './api/index.js'
|
|||
text-align: center;
|
||||
// color: #2c3e50;
|
||||
// margin-top: 60px;
|
||||
width: 5760px;
|
||||
width: 576px;
|
||||
height: 1080px;
|
||||
transition: all .2s linear;
|
||||
transform-origin: left top;
|
||||
|
|
|
@ -2117,12 +2117,12 @@ export default {
|
|||
},
|
||||
geo: {
|
||||
map: "yancheng",
|
||||
aspectScale: 0.75,
|
||||
layoutCenter: ["50%", "50%"], //地图位置
|
||||
layoutSize: "100%",
|
||||
roam: false,
|
||||
// aspectScale: 0.75,
|
||||
// layoutCenter: ["50%", "50%"], //地图位置
|
||||
// layoutSize: "100%",
|
||||
// roam: false,
|
||||
// show:false,
|
||||
zoom:0.82,
|
||||
// zoom:0.82,
|
||||
// zoom:1.25,
|
||||
// zlevel:-10,
|
||||
itemStyle: {
|
||||
|
@ -5147,7 +5147,7 @@ export default {
|
|||
background: url("../assets/images/energyKuang.png") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
box-sizing: border-box;
|
||||
padding-left: 5%;
|
||||
// padding-left: 5%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
.cleanEnergyText{
|
||||
|
|
Loading…
Reference in New Issue