Commit b89a323c by 施宇

1111

parent 6801f737
...@@ -86,6 +86,12 @@ ...@@ -86,6 +86,12 @@
right: 0; right: 0;
bottom: 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 { .chat_content .content .content_div .notice_right .layui-layedit {
position: absolute; position: absolute;
bottom: 0; bottom: 0;
......
...@@ -105,7 +105,12 @@ ...@@ -105,7 +105,12 @@
left: 248px; left: 248px;
right: 0; right: 0;
bottom: 0; bottom: 0;
.chat_item{
display: none;
&.active{
display: block
}
}
.layui-layedit { .layui-layedit {
position: absolute; position: absolute;
bottom: 0; bottom: 0;
......
...@@ -18,7 +18,7 @@ WebIM.config = { ...@@ -18,7 +18,7 @@ WebIM.config = {
/* /*
* Application AppKey * Application AppKey
*/ */
appkey: 'easemob-demo#chatdemoui', appkey: '1113190618181018#icsales',
/* /*
* Whether to use wss * Whether to use wss
* @parameter {Boolean} true or false * @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