Skip to content

Commit

Permalink
修复tabs文字换行
Browse files Browse the repository at this point in the history
  • Loading branch information
jry committed Apr 12, 2024
1 parent 2b8cafc commit 21eabe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/uni_modules/uview-plus/components/u-tabs/u-tabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@
&__text {
font-size: 15px;
color: $u-content-color;
white-space: nowrap;
&--disabled {
color: $u-disabled-color !important;
Expand Down

0 comments on commit 21eabe6

Please sign in to comment.