Browse Source

Merge pull request #4274 from wenzhixin/fix/2201

Fixed loading screen with filtercontrol
文翼 6 years ago
parent
commit
e99b59abde
1 changed files with 1 additions and 0 deletions
  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) {
           if (that.options.height) {
             UtilsFilterControl.fixHeaderCSS(that)
             UtilsFilterControl.fixHeaderCSS(that)
           }
           }
+          this.$tableLoading.css('top', this.$header.outerHeight() + 1)
         })
         })
         .on('column-switch.bs.table', () => {
         .on('column-switch.bs.table', () => {
           UtilsFilterControl.setValues(that)
           UtilsFilterControl.setValues(that)