bootstrap如何设置表格列宽

bootstrap表格宽度设置
代码:
<tr>
<th width="5%">序号</th>
<th style="text-align: center;">标题</th>
<th width="20%">时间</th>
<th width="10%">编辑</th>
</tr>不用分辨率因为当页面缩放时会变得很难看
效果图:

标签: