Skip to content

Commit 6d479bc

Browse files
authored
fix: sass warning (#3173)
修复sass语法警告 Issue: #3172
1 parent 8db232f commit 6d479bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/__VUE/tabs/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
justify-content: center;
4646
color: $tabs-titles-item-color;
4747
&__text {
48+
text-align: center;
4849
&.ellipsis {
4950
@include oneline-ellipsis();
5051
}
51-
text-align: center;
5252
}
5353
&__smile {
5454
.nut-icon {

0 commit comments

Comments
 (0)