style: 修复bootstrap-table底部间隙过大问题

This commit is contained in:
Argo Zhang 2019-07-19 22:18:28 +08:00
parent 6f2797dc80
commit 2eea97aaa8
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 5 additions and 0 deletions

View File

@ -633,6 +633,11 @@ input.pending {
padding: 0.3rem;
}
/* fix bootstrap bottom margin */
.bootstrap-table .fixed-table-pagination > .pagination-detail, .bootstrap-table .fixed-table-pagination > .pagination {
margin-bottom: -5px;
}
.card-body .bootstrap-table {
margin-top: -10px;
}