style: 调整BootstrapTable内btn-sm按钮padding
This commit is contained in:
parent
72d3f1fa3c
commit
7c50c3ca6b
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue