ソースを参照

bugfix: fix tabs no center style error (#6830)

陈帅 5 年 前
コミット
371b7f2a72
1 ファイル変更4 行追加0 行削除
  1. 4 0
      src/components/NoticeIcon/index.less

+ 4 - 0
src/components/NoticeIcon/index.less

@@ -21,6 +21,10 @@
 
 .tabs {
   :global {
+    .ant-tabs-nav-list {
+      margin: auto;
+    }
+
     .ant-tabs-nav-scroll {
       text-align: center;
     }