Browse Source

bold active tabs

afc163 8 years ago
parent
commit
1679154601
2 changed files with 6 additions and 3 deletions
  1. 0 3
      src/components/NoticeIcon/index.less
  2. 6 0
      src/index.less

+ 0 - 3
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;
     }

+ 6 - 0
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;
+  }
+}