修改BUG:BootstrapTable bottom有1px的border

This commit is contained in:
Argo-Lenovo 2016-12-21 18:10:06 +08:00
parent 497a5162db
commit 7e9501c06d
1 changed files with 4 additions and 0 deletions

View File

@ -514,3 +514,7 @@ input[type="datetime"] {
.bootstrap-table {
padding-bottom: 15px;
}
.bootstrap-table .table {
border-bottom: none !important;
}