gpt4 book ai didi

twitter-bootstrap - Bootstrap 响应表不响应响应

转载 作者:行者123 更新时间:2023-12-03 21:01:59 24 4
gpt4 key购买 nike

你能看看这个链接吗(请向下滚动到页面末尾)并让我知道为什么”
1-表不响应actinf?
2- 我希望能够控制<td>使用 col-md-3 的宽度和 col-lg-3这也适用于表格吗?

这是我的代码:

<div class="col-md-offset-1  col-lg-offset-1 col-md-6    col-lg-6">
<table class="table table-hover table-responsive">
<tbody>
<tr>
<td width="174"><strong>7:30 – 8:45 a.m.</strong></td>
<td>Arrival / Health CheckFree Choice in Activity Areas, books, puzzles, matching games, large block building, small blocks, floor toys, Lego, trucks and car play.</td>
</tr>
<tr>
<td><strong>8:45 – 9:00 a.m.</strong></td>
<td>Clean-up, toileting, wash up for snack</td>
</tr>
<tr>
<td><strong>9:00 – 9:30 a.m.</strong></td>
<td>Morning snack</td>
</tr>
<tr>
<td><strong>9:30 -10:00 a.m.</strong></td>
<td>Circle Time: Action songs, singing time, finger plays, hello songs, discussion of daily activities</td>
</tr>
</tbody>
</table>
</div>

如您所见,我无法使用 col-md-3 控制表格大小和 col-lg-3所以我将它包装在一个 div 中,但响应式不起作用

最佳答案

请重新阅读the docs on this feature . table-responsive类需要在包装器 div 上,而不是表本身。

<div class="table-responsive">
<table class="table">
...
</table>
</div>

关于twitter-bootstrap - Bootstrap 响应表不响应响应,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20133529/

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