From 77f3ecb79a49a6af5626eb62e16b137e22f86ef9 Mon Sep 17 00:00:00 2001 From: hajimi Date: Sun, 2 Aug 2026 01:17:51 +0800 Subject: [PATCH] style: add channel list end spacing --- uniapp/src/pages/index/index.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/uniapp/src/pages/index/index.vue b/uniapp/src/pages/index/index.vue index d7c2fa1..f1b7914 100644 --- a/uniapp/src/pages/index/index.vue +++ b/uniapp/src/pages/index/index.vue @@ -23,6 +23,7 @@ :class="{ 'channel-bar__item--active': currentChannel === item.index }" @tap="switchChannel(item.index)"> {{ item.name }} + @@ -622,6 +623,12 @@ onUnload(() => uni.$off('channelChanged', onChannelChanged)) } } + &__end-space { + flex: 0 0 1rpx; + height: 100%; + pointer-events: none; + } + &__more { width: 104rpx; display: flex;