1、问题描述:我是把第一列和最后一列固定。出现了固定列的高度和其他列高不一致
2、解决方法:
u = t.$tableContainer.outerHeight(!0) - o - 1;
u = t.$tableContainer.outerHeight(!0) - o - 12;
bootstrap-table-fixed-columns.min.js中格式化后533行
3、结果预览:得到了想要的效果
4、温馨提示:
/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.18.3
* @homepage https://bootstrap-table.com
* @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)
* @license MIT
*/
bootstrap-table和bootstrap-table-fixed-columns版本尽量保持统一哦