From d34713bd1e55313a90a04176cc8157904fe8c38f Mon Sep 17 00:00:00 2001 From: cos2004 Date: Wed, 15 Aug 2018 16:38:47 +0800 Subject: [PATCH] =?UTF-8?q?fix(navigation):=20timeline=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/timeline/index.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/timeline/index.scss b/src/components/timeline/index.scss index 0e554152d..48bd6817c 100644 --- a/src/components/timeline/index.scss +++ b/src/components/timeline/index.scss @@ -37,6 +37,8 @@ $timeline-dot-size: 24px; } &__dot { + left: -1px; + &::after { content: ''; margin-top: 5px;