소스 검색

bold active tabs

afc163 8 년 전
부모
커밋
1679154601
2개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  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;
+  }
+}