fix: 修复宽屏下Bootstrapstrap-Table表格内按钮组合框折行问题
This commit is contained in:
parent
9e2661c13a
commit
54efb34812
|
@ -108,6 +108,10 @@
|
|||
right: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.bootstrap-table .fixed-table-body td .btn-group {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 940px) {
|
||||
|
|
|
@ -108,6 +108,10 @@
|
|||
right: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.bootstrap-table .fixed-table-body td .btn-group {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 940px) {
|
||||
|
|
Loading…
Reference in New Issue