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