From 67a3821ad9b3b161442d0f55cba8d046d0e6cabd Mon Sep 17 00:00:00 2001 From: lwbgithub Date: Mon, 12 Nov 2018 19:56:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DStep=20=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=9C=A8=E6=8C=89=E9=9C=80=E5=BC=95=E7=94=A8=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E5=9E=82=E7=9B=B4=E6=96=B9=E5=90=91=20icon-checked=20=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E9=94=99=E4=B9=B1=20(#2072)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/step/index.less | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) 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; + } + } + } }