diff --git a/src/components/NoticeIcon/index.less b/src/components/NoticeIcon/index.less index f23a43f47e0bcccf73b86a5fd86abcdd559b8997..9a93365ff9a6ca2aa7cb44747b5d04b752a47fc0 100644 --- a/src/components/NoticeIcon/index.less +++ b/src/components/NoticeIcon/index.less @@ -20,9 +20,6 @@ .tabs { :global { - .ant-tabs-tab-active { - font-weight: 500; - } .ant-tabs-nav-scroll { text-align: center; } diff --git a/src/index.less b/src/index.less index 5da336e8c149c062b986f0a3aef8b9c0f4a02f0e..53c89c90da8b23be114f36df1051575ee8727016 100644 --- a/src/index.less +++ b/src/index.less @@ -9,3 +9,9 @@ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } + +:global { + .ant-tabs-tab-active { + font-weight: 500; + } +}