fix: step修复dark 模式下线条不显示问题

This commit is contained in:
dingyongya 2022-04-06 20:03:19 +08:00
parent 2accc9b024
commit 291f62ae96

View File

@ -23,6 +23,8 @@
flex-grow: 0 !important; flex-grow: 0 !important;
} }
.lay-step-item-pace { .lay-step-item-pace {
position: relative;
z-index: 10;
cursor: pointer; cursor: pointer;
width: @width-height-pace; width: @width-height-pace;
height: @width-height-pace; height: @width-height-pace;
@ -156,7 +158,6 @@
} }
.lay-step-item-line:before { .lay-step-item-line:before {
z-index: -1;
content: ""; content: "";
position: absolute; position: absolute;
top: 50%; top: 50%;
@ -279,7 +280,6 @@
width: 24px; width: 24px;
} }
.lay-step-item-line:before { .lay-step-item-line:before {
z-index: -1;
content: ""; content: "";
position: absolute; position: absolute;
top: 0; top: 0;