Commit aa9d291a authored by zhengjiangtao's avatar zhengjiangtao

更改首页地图样式

parent 6cda0b2f
...@@ -96,9 +96,9 @@ ...@@ -96,9 +96,9 @@
'mapItem-19': -1 'mapItem-19': -1
}, },
//地图中心点 //地图中心点
mapCenter: [108.95141,36.79997], mapCenter: [108.90771484,35.93184115],
//地图zoom显示级别 //地图zoom显示级别
showZoom: [6,13,18] showZoom: [7.1,13,18]
}; };
// 配置日志系统 // 配置日志系统
......
@function vw($px) {
@return ($px/ 1920) * 100vw;
}
@function vh($px) {
@return ($px/ 1080) * 100vh;
}
.content-body-2d { .content-body-2d {
width: 100%; width: 100%;
height: 100%; height: 100%;
...@@ -1258,7 +1267,7 @@ ...@@ -1258,7 +1267,7 @@
margin-bottom: 5px; margin-bottom: 5px;
.chartBody { .chartBody {
//height: 420px; //height: 420px;
height: 390px; height: 359px;
} }
.left-chart-top { .left-chart-top {
...@@ -1462,7 +1471,7 @@ ...@@ -1462,7 +1471,7 @@
} }
} }
.chartBody { .chartBody {
height: 100px; height: 87px;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment