refactor: 更改适配默认高度

This commit is contained in:
Argo Zhang 2020-01-24 11:35:20 +08:00
parent 673df763b5
commit 1a3c75299d
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ nav .dropdown .nav-link-close.dropdown-toggle:after {
}
.bootstrap-table .table-fixed {
max-height: 388px;
height: 388px;
overflow: hidden;
}