feat:更新朋友圈UI

This commit is contained in:
2025-07-18 17:25:29 +08:00
parent b4ebc0e35b
commit 80139c54d1
5 changed files with 18 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="moment-card card-item">
<el-avatar :src="avatarUrl" fit="contain" @click="viewProfileClick"/>
<el-avatar :src="avatarUrl" :size="35" fit="contain" @click="viewProfileClick"/>
<div class="moment-content">
<span class="username">{{ props.item.username }}</span>
@@ -9,6 +9,7 @@
<div class="moment-image-list">
<el-image v-for="(item, index) in props.item.imageList" :key="index"
:src="serviceFileRootPath + item" fit="cover"
:initial-index="index"
:preview-src-list=previewList />
</div>