优化时间轴结构逻辑

This commit is contained in:
wanglin2 2023-04-13 08:32:39 +08:00
parent 87d55b31ca
commit 965ab8151e

View File

@ -143,7 +143,7 @@ class Timeline extends Base {
: 0) : 0)
) )
}, 0) + }, 0) +
(len + 1) * marginY len * marginY
this.updateBrothersTop(node, totalHeight) this.updateBrothersTop(node, totalHeight)
} }
}, },