chore(client): improve usability

This commit is contained in:
syuilo
2022-06-24 23:49:47 +09:00
parent 1b2bd89383
commit 03973654b5
5 changed files with 4 additions and 5 deletions

View File

@ -28,7 +28,7 @@
<template #value><span class="_monospace"><MkTime :time="file.createdAt" mode="detail" style="display: block;"/></span></template>
</MkKeyValue>
</div>
<MkA class="user" :to="`/user-info/${file.user.id}`" :behavior="'window'">
<MkA class="user" :to="`/user-info/${file.user.id}`">
<MkUserCardMini :user="file.user"/>
</MkA>
<div class="_formBlock">