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 @@
+
+