This commit is contained in:
liuye
2022-06-24 21:51:56 +08:00
parent ac3f5d2eff
commit 37bb7e6633
2 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@@ -15,7 +15,7 @@
<div class="list"> <div class="list">
<div class="item" v-for="(item, index) in list" :key="index"> <div class="item" v-for="(item, index) in list" :key="index">
<div class="left"> <div class="left">
<img src="./img/user-img.png" alt=""> <img src="./img/group-icon.jpg" alt="">
</div> </div>
<div class="right"> <div class="right">
<p>{{item.groupName || '群聊'}}</p> <p>{{item.groupName || '群聊'}}</p>
@@ -98,6 +98,7 @@ export default {
height: 88px; height: 88px;
vertical-align: bottom; vertical-align: bottom;
margin-right: 22px; margin-right: 22px;
border-radius: 8px;
} }
} }
.right{ .right{