开发: 修改页面, 修改引入录音js

This commit is contained in:
zhengw
2023-04-19 15:30:29 +08:00
parent 079739223a
commit 21c1790dc4
15 changed files with 423 additions and 545 deletions

View File

@@ -66,6 +66,19 @@
border-radius: 4px;
}
.inGroupAvatar {
position: relative;
display: flex;
flex-shrink: 0;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
line-height: 1;
background-color: #69b1ff;
border-radius: 4px;
}
.chatBBox {
position: relative;
height: calc(100vh - 212px - 164px);
@@ -82,8 +95,8 @@
transition: top 0.3s, height 0.3s;
&.delFollowListShow {
top: 0;
height: calc(100% - 34px);
top: 164px;
height: calc(100% - 164px);
}
}