diff --git a/uniapp/src/pages/community/community.vue b/uniapp/src/pages/community/community.vue index 3e6ade0..ae46063 100644 --- a/uniapp/src/pages/community/community.vue +++ b/uniapp/src/pages/community/community.vue @@ -507,8 +507,10 @@ onShow(() => { &__list { display: inline-flex; + flex-wrap: nowrap; gap: 16rpx; padding: 0 28rpx; + white-space: nowrap; } } @@ -523,10 +525,14 @@ onShow(() => { color: #3e4a5d; background: #fff; box-sizing: border-box; + flex-shrink: 0; + white-space: nowrap; text { font-size: 26rpx; font-weight: 500; + white-space: nowrap; + word-break: keep-all; } &__icon {