gpt4 book ai didi

html - bootstrap 4 行中的全高图

转载 作者:行者123 更新时间:2023-11-28 15:04:46 25 4
gpt4 key购买 nike

我正在尝试让这张 map 在 Bootstrap4 列中达到全高。

我曾尝试将 h-100 添加到包含行,但我最终在 map 底部看到了滚动条,并且页面底部大约 10% 的部分丢失了。

enter image description here

布局的相关代码是:

   <div class="row h-100">
<div id="leftPanel" class="col-sm-2">
<table id="tasklist" class="table table-sm">
<thead>
<tr>
<th>Time</th>
<th>District</th>
<th>Activity</th>
</tr>
</thead>
<tbody>
<tr>
<td>12/12/19 08:00</td>
<td>ACD</td>
<td><a href="#">3F schools</a></td>
</a>
</tr>
<tr>
<td>13/12/19 19:30</td>
<td>WMD</td>
<td><a href="#">3T Burbank St</a></td>
</tr>
</tbody>
</table>
</div>
<div id="viewDiv" class="col-sm-10">
</div>
</div>

在 fiddle 中,它再次发生变化,因此该行仅与左侧 col div 中的行数一样高。

Fiddle here.

我想知道如何让这张 map 占据整个右栏,但又不会出现滚动条。

最佳答案

尝试像这样添加高度属性值:

height: calc(100vh - 56px);

56px 是您的顶部栏高度,需要从 map 高度中减去它。

关于html - bootstrap 4 行中的全高图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59095511/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com