Browse Source

Fix loading style error.

zhixin 11 years ago
parent
commit
06e597e840
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bootstrap-table.js

+ 1 - 1
src/bootstrap-table.js

@@ -352,7 +352,7 @@
         } else {
             this.$header.show();
             this.$container.find('.fixed-table-header').show();
-            this.$loading.css('top', '42px');
+            this.$loading.css('top', '37px');
         }
 
         this.$selectAll = this.$header.find('[name="btSelectAll"]');