style: add channel list end spacing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user