mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
修复Step 组件在按需引用时,垂直方向 icon-checked 样式错乱 (#2072)
This commit is contained in:
parent
b4f5959aaa
commit
67a3821ad9
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user