From 291f62ae96d174d0cf733e4130793aee595385e4 Mon Sep 17 00:00:00 2001 From: dingyongya Date: Wed, 6 Apr 2022 20:03:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20step=E4=BF=AE=E5=A4=8Ddark=20=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E4=B8=8B=E7=BA=BF=E6=9D=A1=E4=B8=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package/component/src/component/step/index.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/component/src/component/step/index.less b/package/component/src/component/step/index.less index cc1b38c3..6a1a6d70 100644 --- a/package/component/src/component/step/index.less +++ b/package/component/src/component/step/index.less @@ -23,6 +23,8 @@ flex-grow: 0 !important; } .lay-step-item-pace { + position: relative; + z-index: 10; cursor: pointer; width: @width-height-pace; height: @width-height-pace; @@ -156,7 +158,6 @@ } .lay-step-item-line:before { - z-index: -1; content: ""; position: absolute; top: 50%; @@ -279,7 +280,6 @@ width: 24px; } .lay-step-item-line:before { - z-index: -1; content: ""; position: absolute; top: 0;