调整卡片高度

This commit is contained in:
liuwei
2025-06-04 16:37:11 +08:00
parent 800b3952a5
commit acf2f2f4f4

View File

@@ -765,17 +765,14 @@
}
.user-avatar-column {
width: 80px;
display: flex;
justify-content: center;
align-items: center;
padding-right: 15px;
border-right: 1px solid #EBEEF5;
}
.user-avatar-container {
width: 30px;
height: 30px;
width: 40px;
height: 40px;
border-radius: 50%;
overflow: hidden;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
@@ -789,7 +786,6 @@
.user-info-column {
flex: 1;
padding-left: 15px;
}
.user-info-item {