refactor: blazor 模式下固定表头时设置 Table 最小高度为 300
This commit is contained in:
parent
f0bf03b368
commit
099dfc483a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue