Browse Source

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

Co-authored-by: 愚道 <tingzhao.ytz@antfin.com>
pull/24839/head
二货机器人 5 years ago
committed by GitHub
parent
commit
1eb702b166
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/steps/style/nav.less

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

Loading…
Cancel
Save