Browse Source

Steps: fix step last child style (#3690)

cinwell.li 8 years ago
parent
commit
a303c04f9e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      packages/theme-default/src/step.css

+ 4 - 0
packages/theme-default/src/step.css

@@ -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;
     }
     }