From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +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