!48 修复dark 模式下线条不显示问题

Merge pull request !48 from 莫名点/next
This commit is contained in:
就眠儀式
2022-04-06 17:51:52 +00:00
committed by Gitee

View File

@@ -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;