mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 16:44:21 +00:00
修复Step 组件在按需引用时,垂直方向 icon-checked 样式错乱 (#2072)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user