我尝试这个,但这不起作用.字段值是动态来的.所以宽度不固定.
<div class="table-responsive">
<table class="table table-hover">
<thead>
<tr>
...
</tr>
</thead>
<tbody style="height:100px;overflow-y:scroll;">
<tr>
...
</tr>
</tbody>
</table>
</div>
Run Code Online (Sandbox Code Playgroud)