Skip to content

Commit 8760963

Browse files
committed
Build 1.18.2
1 parent 28b7bb4 commit 8760963

File tree

192 files changed

+8912
-11658
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

192 files changed

+8912
-11658
lines changed

dist/bootstrap-table-locale-all.js

Lines changed: 196 additions & 147 deletions
Large diffs are not rendered by default.

dist/bootstrap-table-locale-all.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap-table-vue.esm.js

Lines changed: 179 additions & 990 deletions
Large diffs are not rendered by default.

dist/bootstrap-table-vue.esm.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap-table-vue.js

Lines changed: 180 additions & 991 deletions
Large diffs are not rendered by default.

dist/bootstrap-table-vue.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap-table.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @author zhixin wen <[email protected]>
3-
* version: 1.18.1
3+
* version: 1.18.2
44
* https://github.com/wenzhixin/bootstrap-table/
55
*/
66
.bootstrap-table .fixed-table-toolbar::after {
@@ -334,6 +334,14 @@
334334
padding: .5rem 1rem;
335335
}
336336

337+
.bootstrap-table.bootstrap5 .float-left {
338+
float: left;
339+
}
340+
341+
.bootstrap-table.bootstrap5 .float-right {
342+
float: right;
343+
}
344+
337345
/* calculate scrollbar width */
338346
div.fixed-table-scroll-inner {
339347
width: 100%;

0 commit comments

Comments
 (0)