昵称:
@@ -760,7 +760,6 @@
/* 用户信息卡片样式 */
.user-info-container {
- display: flex;
padding: 5px 0;
}
@@ -768,11 +767,12 @@
display: flex;
justify-content: center;
align-items: center;
+ height: 100%;
}
.user-avatar-container {
- width: 40px;
- height: 40px;
+ width: 35px;
+ height: 35px;
border-radius: 50%;
overflow: hidden;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
@@ -785,7 +785,7 @@
}
.user-info-column {
- flex: 1;
+ padding-left: 5px;
}
.user-info-item {