我使用" .table-responsive"我的表的类(上一版本Bootstrap:3.3.7),Scroll始终可见。
<div class="container container-main">
<div class="table-responsive toggle-history">
<table class="table table-extra-bordered table-hover table-striped">
...
</table>
</div>
</div>
示例:https://jsfiddle.net/fL00nudz/2/
我想隐藏滚动如果没有必要。你能救我吗?
答案 0 :(得分:1)
因此行类和col- *类会使表格变得混乱,因为行具有负边距。尝试找到一种不同的解决方案,如何在不使用内容的情况下设置内容的样式。