更新样式:修复datatimepicker控件在bootstrap4.7下的bug

This commit is contained in:
Argo Zhang 2018-08-25 19:44:50 +08:00 committed by Argo-MacBookPro
parent 82e9559018
commit ba397352e8
1 changed files with 8 additions and 0 deletions

View File

@ -116,6 +116,14 @@ input.pending {
line-height: normal; line-height: normal;
} }
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
padding: 5px;
}
.datetimepicker table tr td span {
white-space: nowrap;
}
.card-view:not(:last-child) { .card-view:not(:last-child) {
margin-bottom: 6px; margin-bottom: 6px;
} }