|
|
@ -281,6 +281,9 @@ |
|
|
|
} |
|
|
|
|
|
|
|
&-vertical { |
|
|
|
> .@{tab-prefix-cls}-bar { |
|
|
|
border-bottom: 0; |
|
|
|
|
|
|
|
.@{tab-prefix-cls}-tab { |
|
|
|
float: none; |
|
|
|
margin-right: 0; |
|
|
@ -297,10 +300,6 @@ |
|
|
|
width: auto; |
|
|
|
} |
|
|
|
|
|
|
|
.@{tab-prefix-cls}-bar { |
|
|
|
border-bottom: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.@{tab-prefix-cls}-nav-container { |
|
|
|
margin-bottom: 0; |
|
|
|
} |
|
|
@ -322,24 +321,20 @@ |
|
|
|
top 0.3s @ease-in-out; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.@{tab-prefix-cls}-container { |
|
|
|
margin-bottom: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.@{tab-prefix-cls}-content { |
|
|
|
> .@{tab-prefix-cls}-content { |
|
|
|
overflow: hidden; |
|
|
|
width: auto; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
&-vertical&-left { |
|
|
|
.@{tab-prefix-cls}-bar { |
|
|
|
> .@{tab-prefix-cls}-bar { |
|
|
|
float: left; |
|
|
|
border-right: 1px solid @border-color-split; |
|
|
|
margin-right: -1px; |
|
|
|
margin-bottom: 0; |
|
|
|
} |
|
|
|
.@{tab-prefix-cls}-tab { |
|
|
|
.@{tab-prefix-cls}-tab-inner { |
|
|
|
text-align: right; |
|
|
@ -354,19 +349,19 @@ |
|
|
|
.@{tab-prefix-cls}-ink-bar { |
|
|
|
right: 1px; |
|
|
|
} |
|
|
|
.@{tab-prefix-cls}-content { |
|
|
|
} |
|
|
|
> .@{tab-prefix-cls}-content { |
|
|
|
padding-left: 24px; |
|
|
|
border-left: 1px solid @border-color-split; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
&-vertical&-right { |
|
|
|
.@{tab-prefix-cls}-bar { |
|
|
|
> .@{tab-prefix-cls}-bar { |
|
|
|
float: right; |
|
|
|
border-left: 1px solid @border-color-split; |
|
|
|
margin-left: -1px; |
|
|
|
margin-bottom: 0; |
|
|
|
} |
|
|
|
.@{tab-prefix-cls}-nav-container { |
|
|
|
margin-left: -1px; |
|
|
|
} |
|
|
@ -376,18 +371,18 @@ |
|
|
|
.@{tab-prefix-cls}-ink-bar { |
|
|
|
left: 1px; |
|
|
|
} |
|
|
|
.@{tab-prefix-cls}-content { |
|
|
|
} |
|
|
|
> .@{tab-prefix-cls}-content { |
|
|
|
padding-right: 24px; |
|
|
|
border-right: 1px solid @border-color-split; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
&-bottom &-bar { |
|
|
|
&-bottom > &-bar { |
|
|
|
margin-bottom: 0; |
|
|
|
margin-top: 16px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// card style |
|
|
|
&&-card &-nav-container { |
|
|
|
height: 36px; |
|
|
|