From 1c38e68a0f9fffb495426d4b5fd9794c2435f28d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Thu, 15 Oct 2020 14:13:17 +0800 Subject: [PATCH] fix: Dropdown icon margin style (#27165) close #22274 --- components/dropdown/style/index.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/dropdown/style/index.less b/components/dropdown/style/index.less index df590b76ac..4240037c88 100644 --- a/components/dropdown/style/index.less +++ b/components/dropdown/style/index.less @@ -170,10 +170,12 @@ transition: all 0.3s; > .@{iconfont-css-prefix}:first-child, + > a > .@{iconfont-css-prefix}:first-child, > span > .@{iconfont-css-prefix}:first-child { min-width: 12px; margin-right: 8px; font-size: @font-size-sm; + vertical-align: -0.1em; } > a {