解决方法:
1.css中设置
#table{
table-layout: fixed;
/*换行*/
/*word-break: break-all;
word-wrap: break-word;
white-space: inherit*/
}
2.内联
<table id="table" class="table-borderd table-hover text-nowrap" style="table-layout:fixed;"></table>