更新样式:增加modal弹框内bootstrap-table顶部间隙过大样式
This commit is contained in:
parent
cff9c3cb7f
commit
3b608ead46
|
@ -51,4 +51,8 @@
|
||||||
.breadcrumb {
|
.breadcrumb {
|
||||||
border-color: #ddd;
|
border-color: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal-body .bootstrap-table {
|
||||||
|
margin-top: -15px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue