style: 微调 card 组件下 modal-footer 间隙

This commit is contained in:
Argo Zhang 2020-01-03 16:08:43 +08:00
parent c569af0bd7
commit d772e73f81
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 4 additions and 0 deletions

View File

@ -588,6 +588,10 @@ input.pending {
margin-top: -10px;
}
.card .modal-footer {
padding: 0.5rem 0rem;
}
.no-card-header .card-header {
display: none;
}