Quellcode durchsuchen

fix pageHeader tabs style waring

陈帅 vor 7 Jahren
Ursprung
Commit
11aca62405
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  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;
       }
       }
     }
     }
   }
   }