开发: 聊天页面修改

This commit is contained in:
zhengw
2023-04-12 10:10:16 +08:00
parent ce3d942371
commit d67758d361
13 changed files with 416 additions and 52 deletions

View File

@@ -12,7 +12,6 @@
}
.chatAvatar {
flex-shrink: 0;
width: 34px;
height: 34px;
@@ -109,3 +108,11 @@
color: #fff;
}
}
.imgPreview {
& > div {
display: flex;
justify-content: center;
align-items: center;
}
}