fix: 宽屏下bootstrap-table内按钮组折行问题
#Comment comment commit:54efb34812b8a726daf2fd0938fb85f33acb7b5c
This commit is contained in:
parent
f0305854c0
commit
f27e8eaf3b
|
@ -108,10 +108,6 @@
|
|||
right: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.bootstrap-table .fixed-table-body td .btn-group {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 940px) {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue