修改BUG:BootstrapTable bottom有1px的border
This commit is contained in:
parent
497a5162db
commit
7e9501c06d
|
@ -514,3 +514,7 @@ input[type="datetime"] {
|
||||||
.bootstrap-table {
|
.bootstrap-table {
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bootstrap-table .table {
|
||||||
|
border-bottom: none !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue