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
3f96dbd2
...
3f96dbd2cd22985b336d8ae4da34fb08c4967085
authored
2021-09-18 14:47:01 +0800
by
杨俊
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
更新
1 parent
27629dcd
Hide 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 @
3f96dbd
...
...
@@ -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