From b474cb98aa0a78b4c981e0536cfe1ca77fd447bf Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 19 Oct 2017 20:35:36 +0800 Subject: [PATCH] bold tab --- src/components/NoticeIcon/index.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/NoticeIcon/index.less b/src/components/NoticeIcon/index.less index 9a93365f..f23a43f4 100644 --- a/src/components/NoticeIcon/index.less +++ b/src/components/NoticeIcon/index.less @@ -20,6 +20,9 @@ .tabs { :global { + .ant-tabs-tab-active { + font-weight: 500; + } .ant-tabs-nav-scroll { text-align: center; } -- GitLab