div宽高默认100% 但是地图只占了一点点。需求是充满全屏。
<style type="text/css">
.body-box {
margin: 0;
overflow: hidden;
background: #fff;
width: 100%;
height: 100%;
position: absolute;
top: 0;
}
.map-box-view {
height: 100%;
width: 100%;
margin: 0 auto;
background-color: #01172a;
}
</style>