mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
fix(Steps): fix vertical line height
This commit is contained in:
parent
9cbc1662a8
commit
eb56755fd7
@ -153,8 +153,8 @@
|
|||||||
.van-step__line {
|
.van-step__line {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 100%;
|
height: 85%;
|
||||||
transform: translate3d(-50%, 0, 0);
|
transform: translate3d(-50%, 5%, 0);
|
||||||
background-color: var(--step-line-color, @step-line-color);
|
background-color: var(--step-line-color, @step-line-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user