|
@@ -82,21 +82,21 @@
|
|
|
}
|
|
|
|
|
|
#mapcontainer {
|
|
|
- width: 60%;
|
|
|
+ width: 60vw;
|
|
|
/* height: calc(100% - 10px); */
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
|
|
|
#mapcontainerrlt {
|
|
|
- width: 855px;
|
|
|
- height: 927px;
|
|
|
+ width: 60vw;
|
|
|
+ height: 910px;
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
- .ec-extension-bmap{
|
|
|
- width: 855px;
|
|
|
- }
|
|
|
- .BMap_mask{
|
|
|
- width: 855px !important;
|
|
|
+
|
|
|
+ .ec-extension-bmap {
|
|
|
+ width: 59% !important;
|
|
|
+ /* min-width: 855px; */
|
|
|
+ height: 910px !important;
|
|
|
}
|
|
|
|
|
|
.contentR {
|
|
@@ -849,7 +849,8 @@
|
|
|
// 添加百度地图插件
|
|
|
var bmap = myChart.getModel().getComponent('bmap').getBMap();
|
|
|
bmap.addControl(new BMap.MapTypeControl());
|
|
|
- bmap.setMapType(BMAP_SATELLITE_MAP);
|
|
|
+ // bmap.setMapType(BMAP_SATELLITE_MAP);
|
|
|
+ bmap.setMapType(BMAP_NORMAL_MAP);
|
|
|
});
|
|
|
|
|
|
|