|
@@ -32,7 +32,7 @@
|
|
|
<svg-icon class="search-icon" name="search" />
|
|
|
<span>请输入关键词</span>
|
|
|
</div> -->
|
|
|
- <van-pull-refresh v-model="loading" @refresh="onRefresh" style="height:100%;overflow:auto;">
|
|
|
+ <van-pull-refresh v-model="loading" @refresh="onRefresh" style="height:100%;overflow:auto;background: #F7F8FA;border-radius: 30px 30px 0 0;">
|
|
|
<div class="message-list">
|
|
|
<template v-if="list.length > 0">
|
|
|
<div class="list-item" :class="(item.uuid === wsStore.toUserInfo?.uuid ? wsStore.toUserInfo?.stick : item.stick) ? 'bgstick-color' : ''" v-for="(item,i) in list" :key="i" @click="goToChat(item,i)">
|
|
@@ -306,8 +306,8 @@ onMounted(()=>{
|
|
|
}
|
|
|
}
|
|
|
.message-list{
|
|
|
- background: #F7F8FA;
|
|
|
- border-radius: 30px 30px 0 0;
|
|
|
+ // background: #F7F8FA;
|
|
|
+ // border-radius: 30px 30px 0 0;
|
|
|
flex: 1;
|
|
|
//overflow: auto;
|
|
|
// margin-top: 16px;
|