style: blue 样式下修复 card border-top 样式宽度
This commit is contained in:
parent
81f8a6db71
commit
460835627f
|
@ -48,7 +48,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
border-top: 1px;
|
border-top-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card, .modal-footer, .form-control, .popover, .date .input-group-text,
|
.card, .modal-footer, .form-control, .popover, .date .input-group-text,
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
border-top: 1px;
|
border-top-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card, .modal-footer, .form-control, .popover, .date .input-group-text,
|
.card, .modal-footer, .form-control, .popover, .date .input-group-text,
|
||||||
|
|
Loading…
Reference in New Issue