From e6ecb216d59e8512e5328ce857755454a34599c6 Mon Sep 17 00:00:00 2001 From: t8y2 <1156263951@qq.com> Date: Fri, 1 May 2026 00:35:59 +0800 Subject: [PATCH] feat: add panel resizing functionality and styles for AI and sidebar panels --- src/App.vue | 93 ++++++++++++++++---------- src/components/editor/QueryHistory.vue | 2 +- src/styles/globals.css | 23 +++++++ 3 files changed, 80 insertions(+), 38 deletions(-) diff --git a/src/App.vue b/src/App.vue index 9d3050e2f..d53df74b0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@