From 3dd1a07ae399a9bea9666d8421e93881547a2707 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Fri, 30 Jan 2026 17:12:00 +0800 Subject: [PATCH] =?UTF-8?q?fix(workflow):=20=E4=BF=AE=E5=A4=8D=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E5=9B=BE=E5=BA=95=E9=83=A8=E6=93=8D=E4=BD=9C=E6=A0=8F?= =?UTF-8?q?=E8=A2=AB=E9=81=AE=E6=8C=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为流程图底部操作栏添加 z-index,确保其始终显示在最上层 --- .../src/views/workflow/components/actions/flow-actions.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web-antd/src/views/workflow/components/actions/flow-actions.vue b/apps/web-antd/src/views/workflow/components/actions/flow-actions.vue index d7f6c43b..a56d9670 100644 --- a/apps/web-antd/src/views/workflow/components/actions/flow-actions.vue +++ b/apps/web-antd/src/views/workflow/components/actions/flow-actions.vue @@ -352,6 +352,7 @@ const handleMenuClick: DropdownEmits['menuClick'] = (e) => { 'absolute bottom-0 left-0', 'border-t-solid border-t-[1px]', 'w-full bg-background p-3', + 'z-[100]', ) " >