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
d77f9d24
...
d77f9d24cd50975546b6691530c5f197f9ddfac4
authored
2021-05-17 19:44:20 +0800
by
yangjun@hikoon.cn
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
更新
1 parent
b852f13c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/components/conversation/conversationProfile/group-member-list.vue
src/components/conversation/conversationProfile/group-member-list.vue
View file @
d77f9d2
...
...
@@ -3,7 +3,8 @@
<div
class=
"header"
>
<span
class=
"member-count text-ellipsis"
>
群成员:
{{
currentConversation
.
groupProfile
.
memberCount
}}
</span>
<popover
v-model=
"addGroupMemberVisible"
>
<add-group-member
class=
"add-member-list"
:group=
"currentConversation.groupProfile.groupID"
/>
<add-group-member
style=
" width: 200px; max-height: 50vh; overflow: auto"
:group=
"currentConversation.groupProfile.groupID"
/>
<div
slot=
"reference"
class=
"btn-add-member"
title=
"添加群成员"
>
<span
class=
"tim-icon-friend-add"
></span>
</div>
...
...
Please
register
or
sign in
to post a comment