昵称UI显示效果微调

This commit is contained in:
2023-10-11 12:26:43 +08:00
parent f4608d25a4
commit 81bd58c37a
1 changed files with 1 additions and 0 deletions

View File

@ -268,6 +268,7 @@ export default class ClientList {
textAlign: 'center',
position: 'absolute',
bottom: '-2px',
background: 'rgba(255, 255, 255, 0.8)',
},
readOnly: !self, // 如果不是自己, 则不可编辑
value: item.name ?? item.id,