From 7f174a722de2bdac75d5009295256ab0a6358849 Mon Sep 17 00:00:00 2001 From: lyon Date: Mon, 15 Jun 2026 01:19:31 +0800 Subject: [PATCH] fix: tighten workbench topbar and messages --- .../src/components/layout/AppShell.vue | 42 ++++++++++++++++++- .../workbench/ConversationPanel.vue | 2 +- web/hwlab-cloud-web/src/styles/workbench.css | 37 ++++++++++------ .../src/views/workbench/CodeWorkbenchView.vue | 33 +-------------- 4 files changed, 66 insertions(+), 48 deletions(-) diff --git a/web/hwlab-cloud-web/src/components/layout/AppShell.vue b/web/hwlab-cloud-web/src/components/layout/AppShell.vue index 475a10e4..d5e794e5 100644 --- a/web/hwlab-cloud-web/src/components/layout/AppShell.vue +++ b/web/hwlab-cloud-web/src/components/layout/AppShell.vue @@ -1,13 +1,19 @@