Skip to content

Commit

Permalink
fix: sass warning (jdf2e#3173)
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 8db232f commit 6d479bc
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 6d479bc

Please sign in to comment.