diff --git a/packages/step/index.less b/packages/step/index.less index 4668390c9..840ff3fd1 100644 --- a/packages/step/index.less +++ b/packages/step/index.less @@ -122,13 +122,6 @@ z-index: 2; } - .van-icon-checked { - top: 12px; - left: -20px; - line-height: 1; - font-size: 12px; - } - .van-step__circle { top: 16px; left: -17px; @@ -142,5 +135,15 @@ height: 100%; background-color: @border-color; } + + &.van-step--process { + .van-icon-checked { + top: 12px; + left: -20px; + line-height: 1; + font-size: 12px; + } + } + } }