From 810791a9c7461837007031ec52dcc9d86fd521ba Mon Sep 17 00:00:00 2001 From: zhixin Date: Thu, 21 Dec 2017 22:57:26 +0800 Subject: [PATCH] Fix #2940: pagination border bug --- src/bootstrap-table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap-table.js b/src/bootstrap-table.js index 57a6114473..8623341866 100644 --- a/src/bootstrap-table.js +++ b/src/bootstrap-table.js @@ -659,10 +659,10 @@ '', '', '', + '', this.options.paginationVAlign === 'bottom' || this.options.paginationVAlign === 'both' ? '
' : '', - '', '' ].join(''));