style: add channel list end spacing

This commit is contained in:
hajimi
2026-08-02 01:17:51 +08:00
parent 3c813c932a
commit 77f3ecb79a
+7
View File
@@ -23,6 +23,7 @@
:class="{ 'channel-bar__item--active': currentChannel === item.index }" @tap="switchChannel(item.index)">
<text>{{ item.name }}</text>
</view>
<view class="channel-bar__end-space" />
</view>
</scroll-view>
<view class="channel-bar__more" @tap="goChannelManage">
@@ -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;