浏览代码

fixed broken page-list selector

Dustin Utecht 4 年之前
父节点
当前提交
b121facfbc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/bootstrap-table.js

+ 1 - 1
src/bootstrap-table.js

@@ -1317,7 +1317,7 @@ class BootstrapTable {
 
       if (opts.smartDisplay) {
         if (pageList.length < 2 || opts.totalRows <= pageList[0]) {
-          this.$pagination.find('span.page-list').hide()
+          this.$pagination.find('div.page-list').hide()
         }
       }