From 409c9d57fd9b7d6c9029632fd93568132c1858cc Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 1 Sep 2015 21:56:26 +0800 Subject: [PATCH] update timeline style --- style/components/timeline.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style/components/timeline.less b/style/components/timeline.less index 32e8e3abb0..5570cb7d01 100644 --- a/style/components/timeline.less +++ b/style/components/timeline.less @@ -13,6 +13,7 @@ &-tail { position: absolute; left: 5px; + margin-top: 3px; z-index: 1; height: 100%; border-left: 2px solid @timeline-color; @@ -27,6 +28,7 @@ width: 12px; height: 12px; background-color: #fff; + margin-top: 3px; border-radius: 6px; &-blue { border: 2px solid @primary-color; @@ -45,7 +47,7 @@ } &-content { - margin-left: 26px; + margin-left: 24px; font-size: 12px; } }