style: 调整BootstrapTable内btn-sm按钮padding

This commit is contained in:
Argo Zhang 2019-07-09 18:14:58 +08:00
parent 72d3f1fa3c
commit 7c50c3ca6b
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
3 changed files with 11 additions and 1 deletions

View File

@ -69,7 +69,7 @@
top: -8px;
}
.cache-item .btn:not(:first-child), td .btn:not(.btn-lg) {
.cache-item .btn:not(:first-child) {
font-size: 0.75rem;
padding: 1px 5px;
}

View File

@ -625,6 +625,11 @@ input.pending {
cursor: pointer;
}
.bootstrap-table .fixed-table-container .fixed-table-body .table td .btn:not(.btn-lg) {
font-size: 0.75rem;
padding: 1px 5px;
}
.card-body .bootstrap-table {
margin-top: -10px;
}

View File

@ -625,6 +625,11 @@ input.pending {
cursor: pointer;
}
.bootstrap-table .fixed-table-container .fixed-table-body .table td .btn:not(.btn-lg) {
font-size: 0.75rem;
padding: 1px 5px;
}
.card-body .bootstrap-table {
margin-top: -10px;
}