diff --git a/components/steps/style/progress-dot.less b/components/steps/style/progress-dot.less index c83b2b9857..d26fe8b9e4 100644 --- a/components/steps/style/progress-dot.less +++ b/components/steps/style/progress-dot.less @@ -56,6 +56,12 @@ width: @steps-current-dot-size; height: @steps-current-dot-size; line-height: @steps-current-dot-size; + background: none; + } + &-process .@{steps-prefix-cls}-icon { + &:first-child .@{steps-prefix-cls}-icon-dot { + left: 0; + } } } } @@ -79,7 +85,10 @@ .@{steps-prefix-cls}-item-content { width: inherit; } - .@{steps-prefix-cls}-item-process .@{steps-prefix-cls}-icon-dot { + .@{steps-prefix-cls}-item-process + .@{steps-prefix-cls}-item-container + .@{steps-prefix-cls}-item-icon + .@{steps-prefix-cls}-icon-dot { left: -2px; } }