我想100%的身高.
<div class="container-fluid"> <div class="row"> <div id="map" style="width: 100%; height: 300px; border: 1px solid #ccc;"> </div> </div> </div>
解决方法
您可以尝试固定或绝对的位置.
<div id="map" style="width: 100%; height: 100%; position:fixed"> </div>