mirror of https://github.com/ElemeFE/element
Steps: fix step last child style (#3690)
parent
80d0ce2271
commit
a303c04f9e
|
@ -6,6 +6,10 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
|
||||||
|
&:last-child .el-step__main {
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
@when horizontal {
|
@when horizontal {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue