فهرست منبع

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;
     margin: 0 0 0 -8px;
 
 
     :global {
     :global {
+      // 1px 可以让选中效果显示完成
       .ant-tabs-bar {
       .ant-tabs-bar {
-        border-bottom: @border-width-base @border-style-base @border-color-split;
+        border-bottom: none;
+        margin-bottom: 1px;
       }
       }
     }
     }
   }
   }