fix: PageHeader tabs broken style since 4.3.0 (#24991)

close #24989
This commit is contained in:
偏右 2020-06-15 21:34:42 +08:00 committed by GitHub
parent 638a37832b
commit 351c842015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,14 +102,14 @@
&-footer {
margin-top: @margin-md;
.@{ant-prefix}-tabs-bar {
margin-bottom: 1px;
border-bottom: 0;
.@{ant-prefix}-tabs-nav {
.@{ant-prefix}-tabs-tab {
padding: @tabs-horizontal-padding-sm;
font-size: @page-header-tabs-tab-font-size;
}
.@{ant-prefix}-tabs-nav {
&::before {
border: none;
}
.@{ant-prefix}-tabs-tab {
padding: @tabs-horizontal-padding-sm;
font-size: @page-header-tabs-tab-font-size;
}
}
}