Browse Source

fix card mode Tabs border style when used with tabPosition="bottom"

pull/16130/head
Rick Zhou 6 years ago
parent
commit
6a7e8986b8
  1. 1
      components/tabs/style/card-style.less

1
components/tabs/style/card-style.less

@ -146,6 +146,7 @@
// https://github.com/ant-design/ant-design/issues/9104
& &-card-bar&-bottom-bar &-tab {
height: auto;
border-top: 0;
border-bottom: @border-width-base @border-style-base @border-color-split;
border-radius: 0 0 @border-radius-base @border-radius-base;

Loading…
Cancel
Save