Skip to content

Commit

Permalink
fix: sass warning
Browse files Browse the repository at this point in the history
修复sass语法警告
Issue: jdf2e#3172
  • Loading branch information
ice909 committed Aug 16, 2024
1 parent 05c3bef commit f5e2ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/__VUE/tabs/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
justify-content: center;
color: $tabs-titles-item-color;
&__text {
text-align: center;
&.ellipsis {
@include oneline-ellipsis();
}
text-align: center;
}
&__smile {
.nut-icon {
Expand Down

0 comments on commit f5e2ed0

Please sign in to comment.