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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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; |
|
|
|