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)">
|
:class="{ 'channel-bar__item--active': currentChannel === item.index }" @tap="switchChannel(item.index)">
|
||||||
<text>{{ item.name }}</text>
|
<text>{{ item.name }}</text>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="channel-bar__end-space" />
|
||||||
</view>
|
</view>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
<view class="channel-bar__more" @tap="goChannelManage">
|
<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 {
|
&__more {
|
||||||
width: 104rpx;
|
width: 104rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user