wwf
3 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
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 />