feat:更新UI

This commit is contained in:
2025-06-27 17:08:52 +08:00
parent 4276e9466a
commit c77c3ff512
8 changed files with 33 additions and 9 deletions

View File

@@ -8,7 +8,8 @@
<div class="moment-image-list">
<el-image v-for="(item, index) in props.item.imageList" :key="index"
:src="serviceFileRootPath + item" fit="fill" />
:src="serviceFileRootPath + item" fit="cover"
:preview-src-list="[serviceFileRootPath + item]"/>
</div>
<p>{{ formatTimeAgo(props.item.date) }}</p>