Skip to content

Commit

Permalink
fix(tabs): 修复 vertical 方式下标题样式错误 (#2727)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu authored Dec 11, 2023
1 parent 51ee119 commit aad077c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/packages/__VUE/tabs/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@
flex-direction: column;
flex-shrink: 0;
}
&.scrollable {
overflow-x: hidden;
overflow-y: auto;
.nut-tabs__titles-item {
padding: 0 10px 0 15px;
}
}
&.scroll-vertical {
overflow-y: scroll;
height: auto;
Expand All @@ -58,6 +51,7 @@
}
}
&-item {
width: 100%;
height: $tabs-vertical-titles-item-height;
flex: none;
&__smile {
Expand Down

0 comments on commit aad077c

Please sign in to comment.