From 2510a68dca8d016e2e31d24d30642fe63a289847 Mon Sep 17 00:00:00 2001 From: zhujun24 Date: Mon, 7 Sep 2015 11:31:37 +0800 Subject: [PATCH] equal height line --- style/components/timeline.less | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/style/components/timeline.less b/style/components/timeline.less index f0eae886a3..f6864cd6fa 100644 --- a/style/components/timeline.less +++ b/style/components/timeline.less @@ -39,11 +39,10 @@ &-content { min-height: 36px; + padding: 0 0 10px 24px; + font-size: 12px; position: relative; - left: 24px; top: -2px; - font-size: 12px; - padding-bottom: 10px; } &-last { @@ -51,8 +50,7 @@ border-left: 2px dotted @timeline-color; } .@{timeline-prefix-cls}-item-content { - min-height: 70px; - padding-bottom: 30px; + min-height: 48px; } } }