From bbbca2cad018f1175d174b5afd5a260711525af3 Mon Sep 17 00:00:00 2001 From: xsx <825657193@qq.com> Date: Fri, 12 Sep 2025 18:22:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E7=BB=86=E8=8A=82=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- im-web/src/view/Chat.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/im-web/src/view/Chat.vue b/im-web/src/view/Chat.vue index 303d22e..142afad 100644 --- a/im-web/src/view/Chat.vue +++ b/im-web/src/view/Chat.vue @@ -111,6 +111,13 @@ export default { } } + .header { + height: 50px; + display: flex; + align-items: center; + padding: 0 8px; + } + .chat-loading { height: 50px; background-color: #eee;