|
|
@@ -5,14 +5,17 @@
|
|
|
background: @content-background-color;
|
|
|
&>.ant-tabs {
|
|
|
height: 100%;
|
|
|
- padding-top: 40px;
|
|
|
+ padding-top: 32px;
|
|
|
overflow: visible;
|
|
|
&> .ant-tabs-bar {
|
|
|
border: none;
|
|
|
- margin: -40px 0 12px 0;
|
|
|
+ margin: -32px 0 12px 0;
|
|
|
&> .ant-tabs-nav-container {
|
|
|
+ height: 32px;
|
|
|
.ant-tabs-nav-wrap {
|
|
|
.ant-tabs-tab {
|
|
|
+ height: 32px;
|
|
|
+ line-height: 32px;
|
|
|
color: @tab-color;
|
|
|
background: @tab-background;
|
|
|
border-color: @tab-background-active;
|
|
|
@@ -39,11 +42,11 @@
|
|
|
}
|
|
|
}
|
|
|
&:first-child {
|
|
|
- border-radius: 2px 0 0 2px;
|
|
|
+ border-radius: @border-radius-base 0 0 @border-radius-base;
|
|
|
border-left-width: 1px;
|
|
|
}
|
|
|
&:last-child {
|
|
|
- border-radius: 0 2px 2px 0;
|
|
|
+ border-radius: 0 @border-radius-base @border-radius-base 0;
|
|
|
border-right-width: 1px;
|
|
|
&:after {
|
|
|
content: none;
|