gpt4 book ai didi

html - 动态表不适合引导卡

转载 作者:行者123 更新时间:2023-12-05 07:09:12 25 4
gpt4 key购买 nike

我在 bootstrap 卡中有数据表,但是当表大于卡的高度时,它会超出卡的外部。我有一个 overflow: auto 在 table-wrapper 上,一旦超过卡片高度也不会触发。

这是一个简化的例子: https://stackblitz.com/edit/js-bootstrap4-gbnhfx?file=style.css

最佳答案

我已经为你 fork 了 stackblitz ( https://stackblitz.com/edit/js-bootstrap4-tsnbuq )

为了简单起见,我在这里使用了样式属性。但是内部 div 是溢出的元素,然后你的外部 div(你有处理溢出的 CSS)正在添加滚动。

这里是主要的变化:

<div class="table-wrap">
<div style="height:690px">
<table class="table table-sm table-dark table-striped">
<thead>
</thead>
<tbody>
<tr>
<td>test</td>
</tr>
</tbody>
</table>
</div>
</div>

关于html - 动态表不适合引导卡,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61659023/

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