From 60447384724683ab107d4f9bde7a6255df924c20 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 24 Oct 2017 18:32:41 +0800 Subject: [PATCH] Fix tabs --- src/routes/Dashboard/Analysis.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/Dashboard/Analysis.less b/src/routes/Dashboard/Analysis.less index 7d76e9ac..ac76bc85 100644 --- a/src/routes/Dashboard/Analysis.less +++ b/src/routes/Dashboard/Analysis.less @@ -101,6 +101,9 @@ .offlineCard { :global { + .ant-tabs-ink-bar { + bottom: auto; + } .ant-tabs-bar { border-bottom: none; } @@ -150,9 +153,6 @@ .salesCard { :global { - .abt-tabs-ink-bar { - bottom: auto; - } .ant-tabs-content { padding-top: 30px; } -- GitLab