Sfoglia il codice sorgente

fix pageHeader tabs style waring

陈帅 7 anni fa
parent
commit
11aca62405
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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;
       }
     }
   }