From 5c9eb375499d74cad24395a3346e46c61bf725f8 Mon Sep 17 00:00:00 2001 From: hetech Date: Wed, 25 Jul 2018 11:52:53 +0800 Subject: [PATCH] Select: remove redundant style (#12120) --- packages/theme-chalk/src/option.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/theme-chalk/src/option.scss b/packages/theme-chalk/src/option.scss index 8293d6fb4..f4d023dbf 100644 --- a/packages/theme-chalk/src/option.scss +++ b/packages/theme-chalk/src/option.scss @@ -32,9 +32,5 @@ color: $--select-option-selected; font-weight: bold; } - - & span { - line-height: 34px !important; - } } }