浏览代码

Merge pull request #4274 from wenzhixin/fix/2201

Fixed loading screen with filtercontrol
文翼 6 年之前
父节点
当前提交
e99b59abde
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/extensions/filter-control/bootstrap-table-filter-control.js

+ 1 - 0
src/extensions/filter-control/bootstrap-table-filter-control.js

@@ -623,6 +623,7 @@ $.BootstrapTable = class extends $.BootstrapTable {
           if (that.options.height) {
             UtilsFilterControl.fixHeaderCSS(that)
           }
+          this.$tableLoading.css('top', this.$header.outerHeight() + 1)
         })
         .on('column-switch.bs.table', () => {
           UtilsFilterControl.setValues(that)