This commit is contained in:
Pengxiansen
2025-02-27 14:38:55 +08:00
parent ee08d2dab2
commit a48df8b5bd

View File

@@ -3,7 +3,7 @@
<div
class="gowth-path2"
:style="{
height: `${position(stageProcessList.length - 1).topNum + 10}px`,
height: `${position(stageProcessList.length - 1).topNum + 20}px`,
}"
>
<div
@@ -170,9 +170,9 @@ const position = (index) => {
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,
};
};