Skip to content

Commit

Permalink
fix(rate): 修复 rate 高度问题 (jdf2e#1883)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu authored Jan 23, 2024
1 parent 6ff2dc8 commit 20ae2cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/packages/rate/rate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,14 @@
left: 0;
top: 0;
overflow: hidden;

.nut-icon {
flex-shrink: 0;
}
}

&-icon {
display: flex;
color: $rate-icon-color;
cursor: pointer;

Expand Down

0 comments on commit 20ae2cd

Please sign in to comment.