iclient-leaflet 初始化时地图在div只显示一半
<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>