From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001 From: wwf <yearningwang@iqtogether.com> Date: 星期三, 04 六月 2025 15:17:49 +0800 Subject: [PATCH] 初始化 --- app/components/workflow/operator/index.tsx | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/app/components/workflow/operator/index.tsx b/app/components/workflow/operator/index.tsx index 94ea814..1ee5fef 100644 --- a/app/components/workflow/operator/index.tsx +++ b/app/components/workflow/operator/index.tsx @@ -13,17 +13,15 @@ return ( <> <MiniMap - pannable - zoomable style={{ width: 102, height: 72, }} maskColor='var(--color-workflow-minimap-bg)' - className='!absolute !bottom-14 !left-4 z-[9] !m-0 !h-[72px] !w-[102px] !rounded-lg !border-[0.5px] - !border-divider-subtle !bg-background-default-subtle !shadow-md !shadow-shadow-shadow-5' + className='!absolute !left-4 !bottom-14 z-[9] !m-0 !w-[102px] !h-[72px] !border-[0.5px] !border-divider-subtle + !rounded-lg !shadow-md !shadow-shadow-shadow-5 !bg-background-default-subtle' /> - <div className='absolute bottom-4 left-4 z-[9] mt-1 flex items-center gap-2'> + <div className='flex items-center mt-1 gap-2 absolute left-4 bottom-4 z-[9]'> <ZoomInOut /> <UndoRedo handleUndo={handleUndo} handleRedo={handleRedo} /> <Control /> -- Gitblit v1.8.0