Browse Source

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

pull/6841/head
陈帅 6 years ago
committed by GitHub
parent
commit
371b7f2a72
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/components/NoticeIcon/index.less

4
src/components/NoticeIcon/index.less

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

Loading…
Cancel
Save