refactor: blazor 模式下固定表头时设置 Table 最小高度为 300

This commit is contained in:
Argo Zhang 2020-01-24 10:40:56 +08:00
parent f0bf03b368
commit 099dfc483a
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ nav .dropdown .nav-link-close.dropdown-toggle:after {
}
.bootstrap-table .fixed-table-body {
min-height: 400px;
min-height: 300px;
}
.bootstrap-table .fixed-table-body table {