新增群聊标签
This commit is contained in:
@@ -5,8 +5,12 @@
|
||||
<view class="custom-header">
|
||||
<view class="header-flex">
|
||||
<view class="tabs">
|
||||
<view class="item show">私聊</view>
|
||||
<view class="item" @click="onNav('', {})">群聊</view>
|
||||
<view class="item show">
|
||||
<u-badge max="99" value="99" absolute :offset="[0, -10]"/>私聊
|
||||
</view>
|
||||
<view class="item" @click="onNav('', {})">
|
||||
<u-badge max="99" value="99" absolute :offset="[0, -10]"/>群聊
|
||||
</view>
|
||||
</view>
|
||||
<view class="btns">
|
||||
<view class="item" @click="scanQrCode">
|
||||
@@ -265,20 +269,18 @@
|
||||
justify-content: space-between;
|
||||
height: 60rpx;
|
||||
line-height: 60rpx;
|
||||
|
||||
.tabs {
|
||||
.item {
|
||||
position: relative;
|
||||
margin-left: $margin;
|
||||
display: inline-block;
|
||||
font-size: $title-size-lg;
|
||||
color: $text-gray;
|
||||
padding: 0 ($padding - 10);
|
||||
border-radius: 30rpx;
|
||||
|
||||
&:first-child {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
&.show {
|
||||
background: rgba($color: $main-color, $alpha: .1);
|
||||
color: $main-color;
|
||||
|
||||
Reference in New Issue
Block a user