style: 更新样式表

This commit is contained in:
Argo Zhang 2019-07-11 19:06:17 +08:00
parent de85c37a17
commit f76cf1ae6a
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
2 changed files with 13 additions and 6 deletions

View File

@ -36,18 +36,22 @@
padding-bottom: 6px;
}
.form-inline select.form-control, .form-inline .select.form-control {
min-width: 194px;
.form-inline input.form-control, .form-select > input.form-control {
width: 194px;
}
.modal-lg {
max-width: calc(90%);
.form-inline .date input.form-control {
width: 1%;
}
.input-group.date {
width: 194px;
}
.modal-lg {
max-width: calc(90%);
}
.btn-fill {
width: auto;
}

View File

@ -481,7 +481,7 @@ input.pending {
margin-left: 6px;
}
.btn span:last-child {
.btn i + span {
margin-left: 4px;
}
@ -554,7 +554,6 @@ input.pending {
margin-left: 5px;
}
.bootstrap-table .badge {
padding: 4px 6px;
}
@ -630,6 +629,10 @@ input.pending {
padding: 1px 5px;
}
.bootstrap-table .fixed-table-container .table.table-sm tbody td {
padding: 0.3rem;
}
.card-body .bootstrap-table {
margin-top: -10px;
}