Update avatars.vue

This commit is contained in:
syuilo 2020-02-09 03:41:11 +09:00
parent 25bdbd7ae0
commit 482afa93a2

View file

@ -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>