style: bootstrap-table 单元格内按钮设置为不换行
This commit is contained in:
parent
b02b0c250b
commit
217af27c41
|
@ -83,7 +83,7 @@
|
|||
transform: translate(0);
|
||||
}
|
||||
|
||||
.bootstrap-table .fixed-table-body td .btn-group {
|
||||
.bootstrap-table .fixed-table-body td .btn-group, .bootstrap-table .fixed-table-body td .btn {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
transform: translate(0);
|
||||
}
|
||||
|
||||
.bootstrap-table .fixed-table-body td .btn-group {
|
||||
.bootstrap-table .fixed-table-body td .btn-group, .bootstrap-table .fixed-table-body td .btn {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue