Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨俊
/
spread_im
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
f5e26bd2
...
f5e26bd2699f549f04e49a1564a95f3b9d3deab9
authored
2021-09-18 14:56:46 +0800
by
杨俊
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'bug' into develop
2 parents
61429879
3f96dbd2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/message/message-send-box.vue
src/components/message/message-send-box.vue
View file @
f5e26bd
...
...
@@ -4,14 +4,14 @@
<el-popover
placement=
"top"
width=
"400"
trigger=
"click"
>
<div
class=
"emojis"
>
<div
v-for=
"item in emojiName"
class=
"emoji"
:key=
"item"
@
click=
"chooseEmoji(item)"
>
<img
:src=
"emojiUrl + emojiMap[item]"
style=
"width:30px;height:30px"
/>
<img
:src=
"emojiUrl + emojiMap[item]"
style=
"width:30px;height:30px"
alt=
""
/>
</div>
</div>
<i
class=
"iconfont icon-smile"
slot=
"reference"
title=
"发表情"
></i>
</el-popover>
<i
class=
"iconfont icon-tupian"
title=
"发图片"
@
click=
"handleSendImageClick"
></i>
<i
class=
"el-icon-camera"
title=
"发视频"
@
click=
"handleSendVideoClick"
></i>
<i
class=
"iconfont icon-wenjian"
title=
"发文件"
@
click=
"handleSendFileClick"
></i
>
<!--
<i
class=
"iconfont icon-wenjian"
title=
"发文件"
@
click=
"handleSendFileClick"
></i>
--
>
<!--
<i
class=
"iconfont icon-zidingyi"
title=
"发自定义消息"
@
click=
"sendCustomDialogVisible = true"
></i>
-->
<!--
<el-dropdown>
-->
<!--
<span
class=
"el-dropdown-link"
>
-->
...
...
Please
register
or
sign in
to post a comment