修复Step 组件在按需引用时,垂直方向 icon-checked 样式错乱 (#2072)

This commit is contained in:
lwbgithub 2018-11-12 19:56:10 +08:00 committed by neverland
parent b4f5959aaa
commit 67a3821ad9

View File

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