Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
icsales
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b89a323c
authored
Jun 21, 2019
by
施宇
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1111
parent
6801f737
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
2 deletions
Application/Home/View/Chat/index.html
dist/css/chat.css
dist/css/chat.less
dist/js/chat/webim.config.js
Application/Home/View/Chat/index.html
View file @
b89a323c
This diff is collapsed.
Click to expand it.
dist/css/chat.css
View file @
b89a323c
...
@@ -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
;
...
...
dist/css/chat.less
View file @
b89a323c
...
@@ -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;
...
...
dist/js/chat/webim.config.js
View file @
b89a323c
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment