From a7a04f6d6cf675e2d4dd924d161d410d0c21c84d Mon Sep 17 00:00:00 2001 From: hajimi Date: Sun, 2 Aug 2026 01:08:24 +0800 Subject: [PATCH] style: keep community topics on one line --- uniapp/src/pages/community/community.vue | 6 ++++++ 1 file changed, 6 insertions(+) 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 {