Skip to content

Commit

Permalink
Fix wenzhixin#2940: pagination border bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzhixin committed Dec 21, 2017
1 parent 11ecef1 commit 810791a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -659,10 +659,10 @@
'</div>',
'</div>',
'<div class="fixed-table-footer"><table><tr></tr></table></div>',
'</div>',
this.options.paginationVAlign === 'bottom' || this.options.paginationVAlign === 'both' ?
'<div class="fixed-table-pagination"></div>' :
'',
'</div>',
'</div>'
].join(''));

Expand Down

0 comments on commit 810791a

Please sign in to comment.