refactor: improve account info UI

This commit is contained in:
三咲智子 2022-11-23 21:59:29 +08:00
parent 8a43cfaca5
commit 5605d518dc
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
2 changed files with 3 additions and 2 deletions

View file

@ -11,7 +11,8 @@
<div flex-auto />
<AccountInfo
v-if="currentUser"
p4
mx4 mb4 p2 rounded
hover:bg-active cursor-pointer
:account="currentUser?.account"
:link="false"
@click="openUserSwitcher"