This commit is contained in:
liuye
2022-03-29 14:44:14 +08:00
parent 4d660f8d11
commit 0acff93d88
3 changed files with 23 additions and 13 deletions

View File

@@ -192,7 +192,7 @@
</div>
<div class="right">
<span>{{ item.createTime }}</span>
<image src="/static/images/more.png" @click="edit(item.id)"/>
<u-icon name="list" color="#999" size="28" @click="edit(item.id)" style="margin-left:16px;"></u-icon>
</div>
</div>
<p>{{ item.detail }}</p>