nested-select样式修复

This commit is contained in:
rickcole 2020-07-06 14:48:25 +08:00
parent ea3c1b3412
commit 043fd9260c

View File

@ -6,7 +6,7 @@
border: $Form-select-borderWidth solid $Form-select-borderColor;
background: $Form-select-bg;
border-radius: $Form-select-borderRadius;
height: $Form-selectOption-height;
min-height: $Form-selectOption-height;
$paddingY: (
$Form-selectOption-height - $Form-input-lineHeight * $Form-input-fontSize -
$Form-select-borderWidth * 2