diff --git a/src/views/growth/components/gowthPath2.vue b/src/views/growth/components/gowthPath2.vue index 2dcd708..fe516ab 100644 --- a/src/views/growth/components/gowthPath2.vue +++ b/src/views/growth/components/gowthPath2.vue @@ -3,7 +3,7 @@
{ let num2 = index % 10; return { - top: `${multiple * (853 + 25) + point[num2].top}px`, + top: `${multiple * (853 + 35) + point[num2].top}px`, right: `${point[num2].right}px`, - topNum: multiple * (853 + 25) + point[num2].top, + topNum: multiple * (853 + 35) + point[num2].top, align: point[num2].align, }; };