fix: 宽屏下bootstrap-table内按钮组折行问题

#Comment
comment commit:54efb34812b8a726daf2fd0938fb85f33acb7b5c
This commit is contained in:
Argo Zhang 2019-08-21 18:30:54 +08:00
parent f0305854c0
commit f27e8eaf3b
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -605,6 +605,10 @@ input.pending {
display: block;
}
.bootstrap-table .fixed-table-body td .btn-group {
white-space: nowrap;
}
.bootstrap-table .fixed-table-toolbar .columns-right .btn-group .dropdown-menu {
padding-top: 8px;
}