Skip to content

Commit

Permalink
fix(tabs): 修复 smile 类型激活条展示问题 (#2774)
Browse files Browse the repository at this point in the history
close #2773
  • Loading branch information
eiinu authored Dec 20, 2023
1 parent 67ad175 commit e830615
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/packages/__VUE/tabs/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,14 @@

&.smile {
.nut-tabs__titles-item {
.nut-tabs__titles-item__smile {
display: none;
}
&.active {
.nut-tabs__titles-item__smile {
width: 36px;
height: 10px;
display: block;
}
}
}
Expand Down

0 comments on commit e830615

Please sign in to comment.