From 0cf3600e2512e06aba4b670c7d1debbdca56d72c Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 1 Aug 2017 18:33:28 +0800 Subject: [PATCH] refactor step title style again --- components/steps/style/index.less | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/components/steps/style/index.less b/components/steps/style/index.less index 4284c80106..629c686956 100644 --- a/components/steps/style/index.less +++ b/components/steps/style/index.less @@ -189,13 +189,9 @@ } } } - .@{steps-prefix-cls}-main { - margin-top: 2.5px; - } .@{steps-prefix-cls}-title { font-size: @font-size-lg; - line-height: 21px; - margin-bottom: 4px; + line-height: @steps-icon-size; color: @text-color; font-weight: bold; background-color: @steps-background; @@ -264,7 +260,7 @@ } .@{steps-prefix-cls}-title { font-size: @font-size-base; - margin-bottom: 4px; + line-height: @steps-small-icon-size; color: @text-color; font-weight: bold; }