优化 U2 页面,添加头像容器样式,更新问候语生成逻辑

This commit is contained in:
yuchenglong
2025-11-27 15:38:31 +08:00
parent 6ed5fc7032
commit e545ff6695
2 changed files with 47 additions and 5 deletions

View File

@@ -33,6 +33,12 @@
padding: 40px 48px;
}
.u2-avatar-container {
flex: 1;
display: flex;
justify-content: center;
}
.u2-avatar {
max-width: 290px;
height: auto;