mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-09 02:46:47 +08:00
提交
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<div
|
<div
|
||||||
class="gowth-path2"
|
class="gowth-path2"
|
||||||
:style="{
|
:style="{
|
||||||
height: `${position(stageProcessList.length - 1).topNum + 10}px`,
|
height: `${position(stageProcessList.length - 1).topNum + 20}px`,
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
@@ -170,9 +170,9 @@ const position = (index) => {
|
|||||||
let num2 = index % 10;
|
let num2 = index % 10;
|
||||||
|
|
||||||
return {
|
return {
|
||||||
top: `${multiple * (853 + 25) + point[num2].top}px`,
|
top: `${multiple * (853 + 35) + point[num2].top}px`,
|
||||||
right: `${point[num2].right}px`,
|
right: `${point[num2].right}px`,
|
||||||
topNum: multiple * (853 + 25) + point[num2].top,
|
topNum: multiple * (853 + 35) + point[num2].top,
|
||||||
align: point[num2].align,
|
align: point[num2].align,
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user