修改BUG:fixed-table-container border-top移除,防止出现两个border
This commit is contained in:
parent
a84b7f0a83
commit
23132b0e66
|
@ -103,6 +103,10 @@ input.pending {
|
|||
}
|
||||
|
||||
/*Bootstrap Table BUG */
|
||||
.fixed-table-container {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.fixed-table-toolbar .bs-bars, .fixed-table-toolbar .search, .fixed-table-toolbar .columns {
|
||||
line-height: normal;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue