mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
parent
75c365aa2c
commit
42354989e9
@ -132,4 +132,17 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// https://github.com/ant-design/ant-design/issues/9104
|
||||
&&-card&-bottom > &-bar &-tab {
|
||||
border-bottom: @border-width-base @border-style-base @border-color-split;
|
||||
border-top: 0;
|
||||
border-radius: 0 0 @border-radius-base @border-radius-base;
|
||||
}
|
||||
|
||||
&&-card&-bottom > &-bar &-tab-active {
|
||||
color: @primary-color;
|
||||
padding-bottom: 0;
|
||||
padding-top: 1px;
|
||||
}
|
||||
}
|
||||
|
@ -56,6 +56,22 @@
|
||||
}
|
||||
}
|
||||
|
||||
// https://github.com/ant-design/ant-design/issues/9104
|
||||
&-bottom &-bar {
|
||||
border-bottom: none;
|
||||
border-top: @border-width-base @border-style-base @border-color-split;
|
||||
}
|
||||
|
||||
&-bottom &-ink-bar {
|
||||
bottom: auto;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
&-bottom &-nav-container {
|
||||
margin-bottom: 0;
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
&-tab-prev,
|
||||
&-tab-next {
|
||||
user-select: none;
|
||||
|
Loading…
Reference in New Issue
Block a user