style: 调整BootstrapTable内btn-sm按钮padding
This commit is contained in:
parent
72d3f1fa3c
commit
7c50c3ca6b
|
@ -69,7 +69,7 @@
|
||||||
top: -8px;
|
top: -8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cache-item .btn:not(:first-child), td .btn:not(.btn-lg) {
|
.cache-item .btn:not(:first-child) {
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
padding: 1px 5px;
|
padding: 1px 5px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -625,6 +625,11 @@ input.pending {
|
||||||
cursor: pointer;
|
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 {
|
.card-body .bootstrap-table {
|
||||||
margin-top: -10px;
|
margin-top: -10px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -625,6 +625,11 @@ input.pending {
|
||||||
cursor: pointer;
|
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 {
|
.card-body .bootstrap-table {
|
||||||
margin-top: -10px;
|
margin-top: -10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue