mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-08-07 04:59:46 +08:00
修复Step 组件在按需引用时,垂直方向 icon-checked 样式错乱 (#2072)
This commit is contained in:
parent
b4f5959aaa
commit
67a3821ad9
@ -122,13 +122,6 @@
|
|||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.van-icon-checked {
|
|
||||||
top: 12px;
|
|
||||||
left: -20px;
|
|
||||||
line-height: 1;
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.van-step__circle {
|
.van-step__circle {
|
||||||
top: 16px;
|
top: 16px;
|
||||||
left: -17px;
|
left: -17px;
|
||||||
@ -142,5 +135,15 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: @border-color;
|
background-color: @border-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.van-step--process {
|
||||||
|
.van-icon-checked {
|
||||||
|
top: 12px;
|
||||||
|
left: -20px;
|
||||||
|
line-height: 1;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user