Commit b89a323c by 施宇

1111

parent 6801f737
......@@ -86,6 +86,12 @@
right: 0;
bottom: 0;
}
.chat_content .content .content_div .notice_right .chat_item {
display: none;
}
.chat_content .content .content_div .notice_right .chat_item.active {
display: block;
}
.chat_content .content .content_div .notice_right .layui-layedit {
position: absolute;
bottom: 0;
......
......@@ -105,7 +105,12 @@
left: 248px;
right: 0;
bottom: 0;
.chat_item{
display: none;
&.active{
display: block
}
}
.layui-layedit {
position: absolute;
bottom: 0;
......@@ -143,7 +148,7 @@
bottom: 244px;
overflow: auto;
padding: 10px 20px;
&::-webkit-scrollbar {
width: 2px;
}
......
......@@ -18,7 +18,7 @@ WebIM.config = {
/*
* Application AppKey
*/
appkey: 'easemob-demo#chatdemoui',
appkey: '1113190618181018#icsales',
/*
* Whether to use wss
* @parameter {Boolean} true or false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment