更新样式:增加modal弹框内bootstrap-table顶部间隙过大样式

This commit is contained in:
Argo-MacBookPro 2018-10-01 17:03:51 +08:00
parent cff9c3cb7f
commit 3b608ead46
1 changed files with 4 additions and 0 deletions

View File

@ -51,4 +51,8 @@
.breadcrumb {
border-color: #ddd;
}
.modal-body .bootstrap-table {
margin-top: -15px;
}
}