Browse Source

fix pageHeader tabs style waring

陈帅 7 years ago
parent
commit
11aca62405
1 changed files with 3 additions and 1 deletions
  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;
       }
     }
   }