From 99a0a483ca2ef18d13cfb983f12191af28c6a4b0 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Mon, 29 Jun 2026 20:54:38 +0800 Subject: [PATCH] style(chat-main-list): refine header UI and transitions - add v-show to toggle top navbar visibility - adjust z-indexes for proper stacking context - update header background transition and sticky styling --- src/pages/home/components/ChatMainList/index.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/pages/home/components/ChatMainList/index.vue b/src/pages/home/components/ChatMainList/index.vue index 7faf352..593f2c3 100644 --- a/src/pages/home/components/ChatMainList/index.vue +++ b/src/pages/home/components/ChatMainList/index.vue @@ -1,7 +1,7 @@