fix(Step): fix z-index issue (#9003)

This commit is contained in:
neverland 2021-07-10 10:23:10 +08:00 committed by GitHub
parent e1656e103a
commit 6167b527c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,24 +104,11 @@
border-bottom-width: 1px;
}
&:first-child {
&::before {
position: absolute;
top: 0;
left: -15px;
z-index: 1;
width: 1px;
height: 20px;
background-color: var(--van-white);
content: '';
}
}
.van-step__circle-container {
position: absolute;
top: 19px;
left: -15px;
z-index: 2;
z-index: 1;
font-size: var(--van-step-icon-size);
line-height: 1;
transform: translate(-50%, -50%);