diff --git a/im-ui/src/components/chat/ChatGroup.vue b/im-ui/src/components/chat/ChatGroup.vue index ebbd8e3..8f28ad8 100644 --- a/im-ui/src/components/chat/ChatGroup.vue +++ b/im-ui/src/components/chat/ChatGroup.vue @@ -284,4 +284,10 @@ font-size: 30px; } } + + + .chat-group-side-box{ + border: #dddddd solid 1px; + animation: rtl-drawer-in .3s 1ms; + } diff --git a/im-ui/src/components/chat/ChatGroupSide.vue b/im-ui/src/components/chat/ChatGroupSide.vue new file mode 100644 index 0000000..8859759 --- /dev/null +++ b/im-ui/src/components/chat/ChatGroupSide.vue @@ -0,0 +1,205 @@ + + + + + diff --git a/im-ui/src/components/chat/ChatItem.vue b/im-ui/src/components/chat/ChatItem.vue index 31b8628..867253f 100644 --- a/im-ui/src/components/chat/ChatItem.vue +++ b/im-ui/src/components/chat/ChatItem.vue @@ -2,9 +2,7 @@
- - - +
{{chat.unreadCount}}
diff --git a/im-ui/src/components/common/FullImage.vue b/im-ui/src/components/common/FullImage.vue new file mode 100644 index 0000000..aef32ba --- /dev/null +++ b/im-ui/src/components/common/FullImage.vue @@ -0,0 +1,35 @@ + + + + + diff --git a/im-ui/src/components/common/HeadImage.vue b/im-ui/src/components/common/HeadImage.vue index dcfd1a0..bd9d16a 100644 --- a/im-ui/src/components/common/HeadImage.vue +++ b/im-ui/src/components/common/HeadImage.vue @@ -1,18 +1,21 @@ diff --git a/im-ui/src/components/common/UserInfo.vue b/im-ui/src/components/common/UserInfo.vue new file mode 100644 index 0000000..f6c35a8 --- /dev/null +++ b/im-ui/src/components/common/UserInfo.vue @@ -0,0 +1,139 @@ + + + + + diff --git a/im-ui/src/components/group/GroupMember.vue b/im-ui/src/components/group/GroupMember.vue index 559bb70..3345994 100644 --- a/im-ui/src/components/group/GroupMember.vue +++ b/im-ui/src/components/group/GroupMember.vue @@ -1,15 +1,15 @@