gpt4 book ai didi

html - 让 bootstrap 表到 bootstrap 容器之外?

转载 作者:太空宇宙 更新时间:2023-11-04 10:48:20 25 4
gpt4 key购买 nike

我有一个这样的 Bootstrap 容器和一个 Bootstrap 表

<div class="container">
<table class="table">
<thead>
<tr>
<th>Firstname</th>
<th>Lastname</th>
<th>Email</th>
</tr>
</thead>
<tbody>
<tr>
<td>John</td>
<td>Doe</td>
<td>john@example.com</td>
</tr>
<tr>
<td>Mary</td>
<td>Moe</td>
<td>mary@example.com</td>
</tr>
<tr>
<td>July</td>
<td>Dooley</td>
<td>july@example.com</td>
</tr>
</tbody>
</table>
</div>

我想保留我的容器并且在我的表格中没有换行符。如果我在我的表中得到一长行,它会在我的容器下面(右边的内容隐藏在我的表中)。如果表格中有很多内容,如何使我的表格与容器右侧重叠?

最佳答案

在没有 CSS 的情况下很难提供帮助,但根据我所知道的,我会尝试设置 white-space: nowrap;

关于html - 让 bootstrap 表到 bootstrap 容器之外?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35184639/

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