From 9b0f45f379bff33fa777035be2a0e6c98106ce90 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Fri, 29 May 2026 22:24:40 +0800 Subject: [PATCH] refactor: use global event bus for drawer trigger, polish UI components - Replace local component emit chain with global event emitter for drawer visibility control - Update drawer component styling: set fixed width, fix header layout and title text - Replace uni-icons with van-icons in MineSetting component - Adjust ChatTopNavBar: use settings icon, update button size and position - Clean up unused event handlers and scoped styles in home page --- .../home/components/ChatMainList/index.vue | 9 +++---- .../home/components/ChatTopNavBar/index.vue | 9 +++---- .../components/MineSetting/index.vue | 7 +++-- .../home/components/DrawerSection/index.vue | 8 +++--- src/pages/home/index.vue | 26 +++++-------------- 5 files changed, 20 insertions(+), 39 deletions(-) diff --git a/src/pages/home/components/ChatMainList/index.vue b/src/pages/home/components/ChatMainList/index.vue index 742fbbb..3e1dc04 100644 --- a/src/pages/home/components/ChatMainList/index.vue +++ b/src/pages/home/components/ChatMainList/index.vue @@ -1,8 +1,8 @@