forked from FoundKeyGang/FoundKey
Update avatars.vue
This commit is contained in:
parent
25bdbd7ae0
commit
482afa93a2
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div>
|
||||
<div v-for="user in us" :key="user.id" style="width:32px;height:32px;margin-right:8px;">
|
||||
<div v-for="user in us" :key="user.id" style="display:inline-block;width:32px;height:32px;margin-right:8px;">
|
||||
<mk-avatar :user="user" style="width:32px;height:32px;"/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue