Skip to content

Commit

Permalink
Fix the bug
Browse files Browse the repository at this point in the history
When tabPostition = 'left' | | 'right, slideButton should be on the up and down, but the actual in left and right

Signed-off-by: Min <dicklwm@163.com>
  • Loading branch information
dicklwm committed Apr 17, 2017
1 parent ebb3a79 commit 9866447
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions components/tabs/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@

.@{tab-prefix-cls}-nav-container {
margin-bottom: 0;
padding: 32px 0;
}

.@{tab-prefix-cls}-nav-wrap {
Expand All @@ -253,6 +254,24 @@
width: auto;
margin-top: 0!important;
}

.@{tab-prefix-cls}-tab-next {
width: 100%;
bottom: 0;
height: 32px;
&-icon:before {
content: "\e61d";
}
}

.@{tab-prefix-cls}-tab-prev {
top: 0;
width: 100%;
height: 32px;
&-icon:before {
content: "\e61e";
}
}
}

&-vertical&-left {
Expand Down

0 comments on commit 9866447

Please sign in to comment.