昵称UI显示效果微调
This commit is contained in:
parent
f4608d25a4
commit
81bd58c37a
@ -268,6 +268,7 @@ export default class ClientList {
|
|||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
bottom: '-2px',
|
bottom: '-2px',
|
||||||
|
background: 'rgba(255, 255, 255, 0.8)',
|
||||||
},
|
},
|
||||||
readOnly: !self, // 如果不是自己, 则不可编辑
|
readOnly: !self, // 如果不是自己, 则不可编辑
|
||||||
value: item.name ?? item.id,
|
value: item.name ?? item.id,
|
||||||
|
Loading…
Reference in New Issue
Block a user