Browse Source

fix: PageHeader tabs remove padding setting (#29819)

* fix: PageHeader tabs remove padding setting

* fix: only change padding top and bottom
pull/30071/head
大猫 4 years ago
committed by GitHub
parent
commit
05127d564a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      components/page-header/style/index.less

3
components/page-header/style/index.less

@ -111,7 +111,8 @@
}
.@{ant-prefix}-tabs-tab {
padding: @tabs-horizontal-padding-sm;
padding-top: @padding-xs;
padding-bottom: @padding-xs;
font-size: @page-header-tabs-tab-font-size;
}
}

Loading…
Cancel
Save