From 33c02cfe10e046db1f477ec743912c23ef373e3d Mon Sep 17 00:00:00 2001
From: ChenZhaoYu <790348264@qq.com>
Date: Tue, 14 Feb 2023 12:00:33 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BE=A7=E8=BE=B9=E6=A0=8F=E9=9D=99?=
=?UTF-8?q?=E6=80=81=E5=A2=9E=E5=88=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../business/Chat/layout/sider/List.vue | 47 +++++++++++++++--
.../business/Chat/layout/sider/ListItem.vue | 52 -------------------
.../business/Chat/layout/sider/index.vue | 22 ++++++--
src/components/business/Chat/types.ts | 6 +++
4 files changed, 67 insertions(+), 60 deletions(-)
delete mode 100644 src/components/business/Chat/layout/sider/ListItem.vue
diff --git a/src/components/business/Chat/layout/sider/List.vue b/src/components/business/Chat/layout/sider/List.vue
index ff8b15a..caf99a7 100644
--- a/src/components/business/Chat/layout/sider/List.vue
+++ b/src/components/business/Chat/layout/sider/List.vue
@@ -1,14 +1,53 @@
diff --git a/src/components/business/Chat/layout/sider/ListItem.vue b/src/components/business/Chat/layout/sider/ListItem.vue
deleted file mode 100644
index 23a473d..0000000
--- a/src/components/business/Chat/layout/sider/ListItem.vue
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
-
-
-
-
- {{ text }}
-
-
-
-
-
-
-
diff --git a/src/components/business/Chat/layout/sider/index.vue b/src/components/business/Chat/layout/sider/index.vue
index 8ecd9ce..ee24c3e 100644
--- a/src/components/business/Chat/layout/sider/index.vue
+++ b/src/components/business/Chat/layout/sider/index.vue
@@ -1,17 +1,31 @@