修改BUG:fixed-table-container border-top移除,防止出现两个border

This commit is contained in:
Argo-MacBookPro 2018-08-14 18:53:27 +08:00
parent a84b7f0a83
commit 23132b0e66
1 changed files with 4 additions and 0 deletions

View File

@ -103,6 +103,10 @@ input.pending {
} }
/*Bootstrap Table BUG */ /*Bootstrap Table BUG */
.fixed-table-container {
border-top: none;
}
.fixed-table-toolbar .bs-bars, .fixed-table-toolbar .search, .fixed-table-toolbar .columns { .fixed-table-toolbar .bs-bars, .fixed-table-toolbar .search, .fixed-table-toolbar .columns {
line-height: normal; line-height: normal;
} }