From 0c7b8d85f308f4484cc400a9579601a10963a407 Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Mon, 26 May 2025 19:37:32 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=B0=86=E5=8F=B3=E9=94=AE=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E6=B8=B2=E6=9F=93=E5=88=B0=E9=A1=B6=E5=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 WorkspaceConnectionList 组件中的连接右键菜单和标签右键菜单 通过 Vue 的 Teleport 功能直接渲染到 document.body --- .../components/WorkspaceConnectionList.vue | 138 +++++++++--------- 1 file changed, 71 insertions(+), 67 deletions(-) diff --git a/packages/frontend/src/components/WorkspaceConnectionList.vue b/packages/frontend/src/components/WorkspaceConnectionList.vue index c6d4f19..727a218 100644 --- a/packages/frontend/src/components/WorkspaceConnectionList.vue +++ b/packages/frontend/src/components/WorkspaceConnectionList.vue @@ -907,75 +907,79 @@ const cancelEditingTag = () => { -
- -
+ +
+ +
+
-
- -
+ +
+ +
+