fix: 修复宽屏下Bootstrapstrap-Table表格内按钮组合框折行问题

This commit is contained in:
Argo Zhang 2019-08-21 17:02:57 +08:00
parent 9e2661c13a
commit 54efb34812
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
2 changed files with 8 additions and 0 deletions

View File

@ -108,6 +108,10 @@
right: 0;
overflow: hidden;
}
.bootstrap-table .fixed-table-body td .btn-group {
white-space: nowrap;
}
}
@media (min-width: 940px) {

View File

@ -108,6 +108,10 @@
right: 0;
overflow: hidden;
}
.bootstrap-table .fixed-table-body td .btn-group {
white-space: nowrap;
}
}
@media (min-width: 940px) {