style: 固定表头时 th 不折行

This commit is contained in:
Argo Zhang 2020-02-05 16:24:24 +08:00
parent 35ae9a84d7
commit 4c3a0da671
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 4 additions and 0 deletions

View File

@ -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;
}