【笔记】BootstrapTable设置表格宽度

前言

BootstrapTable设置表格宽度

正文

1
2
3
4
5
6
7
8
9
<style>
#table {
table-layout: fixed !important;
word-break: break-all;
width: ;
}
</style>

<table id="table"></table>

完成

参考文献

博客园——那些年的代码