refactor: 工作空间添加用户下拉框显示优化

This commit is contained in:
chenjianxing 2022-05-19 11:06:44 +08:00 committed by f2c-ci-robot[bot]
parent 42435874f8
commit 099bf1f295
1 changed files with 1 additions and 1 deletions

View File

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