style: 固定表头时 th 不折行
This commit is contained in:
parent
35ae9a84d7
commit
4c3a0da671
|
@ -144,6 +144,10 @@ nav .dropdown .nav-link-close.dropdown-toggle:after {
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.bootstrap-table .table-fixed-header table th {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.bootstrap-table .fixed-table-body {
|
||||
min-height: 348px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue