feat(代理中心-团队成员): 用户名过长显示优化

This commit is contained in:
hzj 2025-11-11 18:35:51 +08:00
parent eea16ee2ad
commit ab5d08b65f

View File

@ -101,7 +101,7 @@
"
>
<!-- 用户信息 -->
<div style="flex: 1; display: flex; align-items: center">
<div style="flex: 1; min-width: 0; display: flex; align-items: center">
<div
style="
position: relative;
@ -192,7 +192,7 @@
v-else
src="/src/assets/icon/trash.png"
alt=""
width="30px"
width="30"
style="display: block"
@click="trash(member)"
/>