mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-14 04:32:49 +00:00
style: 调整代码格式
This commit is contained in:
parent
f5b1a6ab05
commit
c6568969c7
@ -128,7 +128,7 @@
|
|||||||
<Progress :percent="Number(getVoteProgress(msgData.msg,item.id).progress)" :stroke-width="5" hide-info/>
|
<Progress :percent="Number(getVoteProgress(msgData.msg,item.id).progress)" :stroke-width="5" hide-info/>
|
||||||
<div v-if="msgData.msg.anonymous == 0" class="avatar-row">
|
<div v-if="msgData.msg.anonymous == 0" class="avatar-row">
|
||||||
<template v-for="votes in (msgData.msg.votes || []).filter(h=>h.votes.indexOf(item.id) != -1)">
|
<template v-for="votes in (msgData.msg.votes || []).filter(h=>h.votes.indexOf(item.id) != -1)">
|
||||||
<UserAvatar :userid="votes.userid" :size="18" />
|
<UserAvatar :userid="votes.userid" :size="18" />
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user