mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
fix(checkbox): fixed line-height to counter outer css
This commit is contained in:
parent
6ee7ced770
commit
666e69e9c9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user