mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-06 09:26:46 +08:00
提交
This commit is contained in:
@@ -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,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user