style(bootstrap-table): 微调选中表格样式

This commit is contained in:
Argo Zhang 2019-08-12 15:21:46 +08:00
parent 96ce38afff
commit 7feb0e5aaa
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 4 additions and 0 deletions

View File

@ -675,6 +675,10 @@ input.pending {
padding: 1px 5px;
}
.bootstrap-table .fixed-table-container .table tbody tr.selected td {
background-color: rgba(0, 0, 0, 0.03);
}
.bootstrap-table .fixed-table-container .table.table-sm tbody td {
padding: 0.3rem;
}