mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
update tabs style
This commit is contained in:
parent
6e2ec48ba6
commit
56e98e1cdc
@ -318,16 +318,15 @@
|
||||
&-vertical&-left {
|
||||
.@{tab-prefix-cls}-tabs-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;
|
||||
}
|
||||
}
|
||||
.@{tab-prefix-cls}-tabs-bar {
|
||||
border-right: 1px solid @border-color-split;
|
||||
margin-right: -1px;
|
||||
}
|
||||
.@{tab-prefix-cls}-nav-container {
|
||||
margin-right: -1px;
|
||||
}
|
||||
@ -348,6 +347,7 @@
|
||||
float: right;
|
||||
border-left: 1px solid @border-color-split;
|
||||
margin-left: -1px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.@{tab-prefix-cls}-nav-container {
|
||||
margin-left: -1px;
|
||||
|
Loading…
Reference in New Issue
Block a user