Browse Source

Fixed jump-to display bug in bootstrap v3

zhixin 4 years ago
parent
commit
5ff2926753
1 changed files with 7 additions and 3 deletions
  1. 7 3
      src/extensions/page-jump-to/bootstrap-table-page-jump-to.scss

+ 7 - 3
src/extensions/page-jump-to/bootstrap-table-page-jump-to.scss

@@ -1,6 +1,10 @@
-.bootstrap-table.bootstrap3 .fixed-table-pagination > .pagination ul.pagination,
-.bootstrap-table.bootstrap3 .fixed-table-pagination > .pagination .page-jump-to {
-  display: inline;
+.bootstrap-table.bootstrap3 .fixed-table-pagination > .pagination {
+  .page-jump-to {
+    display: inline-block;
+  }
+  .input-group-btn {
+    width: auto;
+  }
 }
 
 .bootstrap-table .fixed-table-pagination > .pagination .page-jump-to input {