您的位置: 首页 > IT文章 > bootstrap-table设置表头宽度无效的解决方案 bootstrap-table设置表头宽度无效的解决方案 分类: IT文章 • 2024-07-24 16:33:07 bootstrap-table设置colmuns中某列的宽度无效时,需要给整个表设置css属性 .table{ table-layout: fixed; }