From 2ee194ebdd01af0483e73cfa359630fed08518a6 Mon Sep 17 00:00:00 2001 From: gaoxq <376340421@qq.com> Date: Fri, 3 Apr 2026 17:18:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=81=8A=E5=A4=A9=E6=9C=80=E8=BF=91?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=88=A0=E9=99=A4=E6=8C=89=E9=92=AE=E5=A7=8B?= =?UTF-8?q?=E7=BB=88=E5=8F=AF=E8=A7=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web-vue/src/components/ChatDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-vue/src/components/ChatDialog.vue b/web-vue/src/components/ChatDialog.vue index f091f56..a223d94 100644 --- a/web-vue/src/components/ChatDialog.vue +++ b/web-vue/src/components/ChatDialog.vue @@ -689,7 +689,7 @@ onUnmounted(() => { if (unsubscribeWs) unsubscribeWs() }) .sidebar-item-status { font-size: 12px; color: #909399; } .sidebar-item-status.online { color: #67c23a; } .sidebar-empty { padding: 20px; text-align: center; color: #909399; font-size: 12px; } -.delete-btn { opacity: 0; transition: opacity 0.2s; } +.delete-btn { opacity: 0.4; transition: opacity 0.2s; } .sidebar-item:hover .delete-btn { opacity: 1; } .chat-main { flex: 1; display: flex; flex-direction: column; }