Commit aa9d291a authored by zhengjiangtao's avatar zhengjiangtao

更改首页地图样式

parent 6cda0b2f
......@@ -65,7 +65,7 @@
},
//添加关联设备弹出框标识 'bank'代表银行 'fireAutoSys'代表换流站
equipmentIdentification:'bank',
// 屏保配置信息
screenSaverConf: {
enable: false, // 是否启用屏保
......@@ -96,9 +96,9 @@
'mapItem-19': -1
},
//地图中心点
mapCenter: [108.95141,36.79997],
mapCenter: [108.90771484,35.93184115],
//地图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 {
width: 100%;
height: 100%;
......@@ -1258,7 +1267,7 @@
margin-bottom: 5px;
.chartBody {
//height: 420px;
height: 390px;
height: 359px;
}
.left-chart-top {
......@@ -1462,7 +1471,7 @@
}
}
.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