style: 修复bootstrap-table底部间隙过大问题
This commit is contained in:
parent
6f2797dc80
commit
2eea97aaa8
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue