app/components/workflow/nodes/_base/hooks/use-toggle-expend.ts
@@ -20,9 +20,9 @@ return '' if (isInNode) return 'fixed z-10 right-[9px] top-[166px] bottom-[8px] p-4 bg-components-panel-bg rounded-xl' return 'fixed z-10 right-[9px] top-[166px] bottom-[8px] p-4 bg-white rounded-xl' return 'absolute z-10 left-4 right-6 top-[52px] bottom-0 pb-4 bg-components-panel-bg' return 'absolute z-10 left-4 right-6 top-[52px] bottom-0 pb-4 bg-white' })() const wrapStyle = isExpand ? {