登录账号 header

This commit is contained in:
2026-01-23 09:43:55 +08:00
parent a6be3aa5e2
commit 8825b8f23c
4 changed files with 5 additions and 8 deletions

View File

@@ -20,8 +20,9 @@ export const HeaderUserInfo: React.FC = () => {
disabled: true, // 只展示,不可操作
label: (
<Space size={8} style={{ color: 'rgba(0,0,0,0.88)' }}>
<span>{userInfo.username}</span>
<span>({userInfo.nickname})</span>
<span>
{userInfo.username} ({userInfo.nickname})
</span>
</Space>
),
},