From 1eb702b166f151e72c32f0eb3fbae6b1bd55bbdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Mon, 8 Jun 2020 16:33:37 +0800 Subject: [PATCH] fix: steps nav active line height, 3px -> 2px (#24829) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 愚道 --- components/steps/style/nav.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/steps/style/nav.less b/components/steps/style/nav.less index b4bc366a7b..dd1ea63753 100644 --- a/components/steps/style/nav.less +++ b/components/steps/style/nav.less @@ -76,7 +76,7 @@ left: 50%; display: inline-block; width: 0; - height: 3px; + height: 2px; background-color: @steps-nav-active-color; transition: width 0.3s, left 0.3s; transition-timing-function: ease-out;