fix: 添加用户选项显示优化

This commit is contained in:
chenjianxing 2022-05-20 09:59:47 +08:00 committed by jianxing
parent 4530341ab0
commit 4b2b7ee990
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<div>
<span class="user-select-left">{{ user.name }})</span>
<span class="user-select-left">{{ user.name }}</span>
<span class="user-select-right">{{ user.email }}</span>
</div>
</template>