bootstrap-table设置表头宽度无效的解决方案时间:2021-08-29 04:04:48bootstrap-table设置colmuns中某列的宽度无效时,需要给整个表设置css属性: .table { table-layout: fixed; }