style: blue 样式下修复 card border-top 样式宽度

This commit is contained in:
Argo Zhang 2019-08-12 18:52:14 +08:00
parent 81f8a6db71
commit 460835627f
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
}
.card {
border-top: 1px;
border-top-width: 1px;
}
.card, .modal-footer, .form-control, .popover, .date .input-group-text,

View File

@ -48,7 +48,7 @@
}
.card {
border-top: 1px;
border-top-width: 1px;
}
.card, .modal-footer, .form-control, .popover, .date .input-group-text,