ui: 微調 資料卡 昵稱字體

This commit is contained in:
CrescentLeaf
2025-09-20 20:13:20 +08:00
parent 70478584b7
commit 23df74ddac

View File

@@ -57,8 +57,8 @@ export default function UserProfileDialog({
height: '50px', height: '50px',
}} /> }} />
<span style={{ <span style={{
marginLeft: "10px", marginLeft: "15px",
fontSize: '15.5px', fontSize: '16.5px',
}}>{user?.nickname}</span> }}>{user?.nickname}</span>
</div> </div>
<mdui-divider style={{ <mdui-divider style={{