mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
修复 Steps 组件选择器 (#1015)
This commit is contained in:
parent
e041ef1e25
commit
f97cd506f6
@ -113,10 +113,14 @@
|
|||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
padding: 10px 10px 10px 0;
|
padding: 10px 10px 10px 0;
|
||||||
|
|
||||||
&:not(:last-child)::after {
|
&::after {
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:last-child::after {
|
||||||
|
border-bottom-width: none;
|
||||||
|
}
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
&::before {
|
&::before {
|
||||||
content: '';
|
content: '';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user