fix(Steps): fix vertical line height

This commit is contained in:
johnsonwong666 2023-05-05 10:29:00 +08:00
parent 9cbc1662a8
commit eb56755fd7

View File

@ -153,8 +153,8 @@
.van-step__line {
z-index: 1;
width: 1px;
height: 100%;
transform: translate3d(-50%, 0, 0);
height: 85%;
transform: translate3d(-50%, 5%, 0);
background-color: var(--step-line-color, @step-line-color);
}
}