Steps: fix step last child style (#3690)

pull/4231/head
cinwell.li 2017-03-24 15:06:22 +08:00 committed by baiyaaaaa
parent 80d0ce2271
commit a303c04f9e
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@
position: relative;
vertical-align: top;
&:last-child .el-step__main {
padding-right: 0;
}
@when horizontal {
display: inline-block;
}