wwf
3 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
app/components/workflow/nodes/_base/components/next-step/line.tsx
@@ -19,7 +19,7 @@
  const svgHeight = processedList[processedListLength - 1] + (processedListLength - 1) * 8
  return (
    <svg className='w-6 shrink-0' style={{ height: svgHeight }}>
    <svg className='shrink-0 w-6' style={{ height: svgHeight }}>
      {
        processedList.map((item, index) => {
          const prevItem = index > 0 ? processedList[index - 1] : 0