From 6167b527c09a958da4c86a6ea73200b453bcabde Mon Sep 17 00:00:00 2001 From: neverland Date: Sat, 10 Jul 2021 10:23:10 +0800 Subject: [PATCH] fix(Step): fix z-index issue (#9003) --- src/step/index.less | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/step/index.less b/src/step/index.less index 5eb2b78f4..52df3a002 100644 --- a/src/step/index.less +++ b/src/step/index.less @@ -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%);