fix: steps nav active line height, 3px -> 2px (#24829)

Co-authored-by: 愚道 <tingzhao.ytz@antfin.com>
This commit is contained in:
二货机器人
2020-06-08 16:33:37 +08:00
committed by GitHub
parent 7071ac7f6e
commit 1eb702b166

View File

@@ -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;