no message

cyl/master-im
jscyl13849007907 5 months ago
parent 516ab5073c
commit a122574922

@ -6,7 +6,6 @@
</view> </view>
<scroll-view @scroll="getScrollInfo" :scroll-top="resetScroll" :style="{ height: `calc(100vh - ${isLogin ? tabbarHeight + 43 : 0}px)`, 'padding-top': isLogin ? '43px' : '' }" :scroll-y="true"> <scroll-view @scroll="getScrollInfo" :scroll-top="resetScroll" :style="{ height: `calc(100vh - ${isLogin ? tabbarHeight + 43 : 0}px)`, 'padding-top': isLogin ? '43px' : '' }" :scroll-y="true">
<view class=""> <view class="">
<div style="height: 10px"></div>
<view class="" v-show="current == 0"> <view class="" v-show="current == 0">
<view class="g_bg_f"> <view class="g_bg_f">
<ConversationList ref="contactList" /> <ConversationList ref="contactList" />

@ -449,7 +449,9 @@
<button class="g_pl_0 g_pr_0 g_bg_f g_mr_12 g_w_36" hover-class="thover" style="line-height: 1; border-radius: 0" <button class="g_pl_0 g_pr_0 g_bg_f g_mr_12 g_w_36" hover-class="thover" style="line-height: 1; border-radius: 0"
@click="goIm" @click="goIm"
> >
<icon class="iconfont icon-shoucang g_fsi_16" style="color: #787878; line-height: 1; margin-top: -5px"></icon> <icon class="iconfont icon-xiaoxi"
style="color: #787878; line-height: 1; margin-top: -5px;font-size: 20px !important;position: relative;top: 3px;"
></icon>
<div class="g_fs_12 g_c_6" style="margin-top: 8px">IM</div> <div class="g_fs_12 g_c_6" style="margin-top: 8px">IM</div>
</button> </button>
</div> </div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

Loading…
Cancel
Save