From 7b5285e781203e0cf7bd16185135edea6dfaf91e Mon Sep 17 00:00:00 2001 From: blue <825657193@qq.com> Date: Sat, 27 Apr 2024 21:35:45 +0800 Subject: [PATCH] =?UTF-8?q?web=E7=AB=AF=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- im-ui/src/components/chat/ChatBox.vue | 2 +- im-ui/src/view/Chat.vue | 1 - im-ui/src/view/Friend.vue | 3 +-- im-ui/src/view/Group.vue | 1 - im-ui/src/view/Home.vue | 6 +----- 5 files changed, 3 insertions(+), 10 deletions(-) diff --git a/im-ui/src/components/chat/ChatBox.vue b/im-ui/src/components/chat/ChatBox.vue index 82a613b..bbfb698 100644 --- a/im-ui/src/components/chat/ChatBox.vue +++ b/im-ui/src/components/chat/ChatBox.vue @@ -778,7 +778,7 @@ export default { width: 100%; background: #f8f8f8; border: #dddddd solid 1px; - + .el-header { padding: 3px; background-color: #5870e6; diff --git a/im-ui/src/view/Chat.vue b/im-ui/src/view/Chat.vue index e985c51..6d6d2a6 100644 --- a/im-ui/src/view/Chat.vue +++ b/im-ui/src/view/Chat.vue @@ -75,7 +75,6 @@ .chat-list-header { padding: 3px 8px; - background-color: #5870e6; line-height: 50px; .el-input__inner { diff --git a/im-ui/src/view/Friend.vue b/im-ui/src/view/Friend.vue index dca7a6f..aecbcff 100644 --- a/im-ui/src/view/Friend.vue +++ b/im-ui/src/view/Friend.vue @@ -190,8 +190,7 @@ display: flex; align-items: center; padding: 3px 8px; - background-color: #5870e6; - + .el-input__inner { border-radius: 10px !important; background-color: #F8F8F8; diff --git a/im-ui/src/view/Group.vue b/im-ui/src/view/Group.vue index 9024e75..0afeeb0 100644 --- a/im-ui/src/view/Group.vue +++ b/im-ui/src/view/Group.vue @@ -282,7 +282,6 @@ display: flex; align-items: center; padding: 3px 8px; - background-color: #5870e6; .el-input__inner { border-radius: 10px !important; diff --git a/im-ui/src/view/Home.vue b/im-ui/src/view/Home.vue index 66a936f..d6672fd 100644 --- a/im-ui/src/view/Home.vue +++ b/im-ui/src/view/Home.vue @@ -341,10 +341,6 @@ &.router-link-active .icon { color: #d5894c; } - - &:hover .icon{ - color: white; - } } .icon { @@ -389,7 +385,7 @@ .content-box { padding: 0; - background-color: #eee; + background-color: #f8f8f8; color: black; text-align: center; }