fix(checkbox): fixed line-height to counter outer css

This commit is contained in:
07akioni 2019-12-24 21:49:45 +08:00
parent 6ee7ced770
commit 666e69e9c9

View File

@ -4,11 +4,13 @@
@include once {
@include b(checkbox-group) {
font-size: 14px;
line-height: 14px;
@include b(checkbox) {
margin-right: 18px;
}
}
@include b(checkbox) {
line-height: 14px;
outline: none;
font-size: 14px;
cursor: pointer;