From 296dfc7375059a5359d177f6b89a09cc77fe235f Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 31 Oct 2017 15:14:23 +0800 Subject: [PATCH] vertical progressDot Steps style --- components/steps/style/progress-dot.less | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/components/steps/style/progress-dot.less b/components/steps/style/progress-dot.less index c3a1ff5307..e7aa109fce 100644 --- a/components/steps/style/progress-dot.less +++ b/components/steps/style/progress-dot.less @@ -54,3 +54,22 @@ } } } + +.@{steps-prefix-cls}-vertical.@{steps-prefix-cls}-dot { + .@{steps-prefix-cls}-item-icon { + margin-left: 0; + margin-top: 8px; + } + .@{steps-prefix-cls}-item-tail { + margin: 0; + left: -9px; + top: 2px; + padding: 22px 0 4px; + } + .@{steps-prefix-cls}-item:first-child .@{steps-prefix-cls}-icon-dot { + left: 0; + } + .@{steps-prefix-cls}-item-process .@{steps-prefix-cls}-icon-dot { + left: -2px; + } +}