From 455b105e267915a110da93b3b2a8c5d789f7b78f Mon Sep 17 00:00:00 2001 From: xiawe <749812994@qq.com> Date: Tue, 12 Nov 2019 13:06:25 +0800 Subject: [PATCH] fix: style of sidebar Tabs' width --- components/tabs/style/index.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/components/tabs/style/index.less b/components/tabs/style/index.less index f716a5a04fb1..ae1d45c966b6 100644 --- a/components/tabs/style/index.less +++ b/components/tabs/style/index.less @@ -364,6 +364,10 @@ .@{tab-prefix-cls}-tab { text-align: right; } + .@{tab-prefix-cls}-tab-active { + font-weight: normal; + text-shadow: 0px 0px 1px @tabs-card-active-color; + } .@{tab-prefix-cls}-nav-container { margin-right: -1px; } @@ -394,6 +398,10 @@ .@{tab-prefix-cls}-ink-bar { left: 1px; } + .@{tab-prefix-cls}-tab-active { + font-weight: normal; + text-shadow: 0px 0px 1px @tabs-card-active-color; + } } .@{tab-prefix-cls}-right-content { padding-right: 24px;