Merge pull request #5364 from johnsonwong666/hotfix/fix_issue_5329

fix(Step): vertical icon background
This commit is contained in:
landluck 2023-05-08 20:33:36 +08:00 committed by GitHub
commit 767da88bc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,6 +148,7 @@
.van-step__icon { .van-step__icon {
line-height: 1; line-height: 1;
font-size: var(--step-icon-size, @step-icon-size); font-size: var(--step-icon-size, @step-icon-size);
background-color: var(--steps-background-color, @steps-background-color);
} }
.van-step__line { .van-step__line {