소스 검색

fix pageHeader tabs style waring

陈帅 7 년 전
부모
커밋
11aca62405
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/components/PageHeader/index.less

+ 3 - 1
src/components/PageHeader/index.less

@@ -25,8 +25,10 @@
     margin: 0 0 0 -8px;
 
     :global {
+      // 1px 可以让选中效果显示完成
       .ant-tabs-bar {
-        border-bottom: @border-width-base @border-style-base @border-color-split;
+        border-bottom: none;
+        margin-bottom: 1px;
       }
     }
   }