开发: 修改页面, 修改引入录音js
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user