让bootstrap表格自动出现水平滚动条
<div class="table-responsive"><!--表格自动出现水平滚动条->
<table id="tb_departments" class="table text-nowrap"></table> //表示表格产生横向滚动条,内容设置为一行
<table id="tb_departments" class="table table-striped"></table> //不产生横向滚动条,数据内容折行显示
</div>
<div class="table-responsive"><!--表格自动出现水平滚动条->
<table id="tb_departments" class="table text-nowrap"></table> //表示表格产生横向滚动条,内容设置为一行
<table id="tb_departments" class="table table-striped"></table> //不产生横向滚动条,数据内容折行显示
</div>