文件: bootstrap-table\dist\extensions\fixed-columns\bootstrap-table-fixed-columns.js #290
方法: initFixedBody
源代码:var paginationHeight = $(".fixed-table-pagination").height();
建议更改为:var paginationHeight = $(".fixed-table-pagination", that.$tableContainer).height();