fix: 修改用户列表昵称太长时超出省略
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user