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;