فهرست منبع

修改线拉不出来的问题

Renxy 2 سال پیش
والد
کامیت
c814c08bef
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/components/Flow/index.tsx

+ 1 - 0
src/components/Flow/index.tsx

@@ -142,6 +142,7 @@ export const Demo: React.FC<IProps> = props => {
                 id: item.id,
                 source: item.source,
                 target: item.target,
+                zIndex: 0,
                 // attr: JSON.stringify(item.attrs),
               };
             });