fix: 修改用户列表昵称太长时超出省略

This commit is contained in:
YeMingfei666 2025-03-15 13:28:31 +08:00
parent 98a0e4a5bb
commit 7cd9db724c
1 changed files with 3 additions and 1 deletions

View File

@ -47,7 +47,9 @@
<template #user="scope">
<div class="flex align-center">
<el-avatar :src="scope.row.headImg" />
<el-tag>{{ scope.row.nickName }}</el-tag>
<span class="u-line-1 u-m-l-6" style="max-width: 90px">
{{ scope.row.nickName }}
</span>
</div>
</template>
<template #link="scope">