From 666e69e9c9ed5b9002ebd2e556bb7d535382748b Mon Sep 17 00:00:00 2001 From: 07akioni <07akioni2@gmail.com> Date: Tue, 24 Dec 2019 21:49:45 +0800 Subject: [PATCH] fix(checkbox): fixed line-height to counter outer css --- styles/Checkbox.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles/Checkbox.scss b/styles/Checkbox.scss index d4b5ec73a..f29746dec 100644 --- a/styles/Checkbox.scss +++ b/styles/Checkbox.scss @@ -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;