diff --git a/src/views/growth/components/roadmap1/index.vue b/src/views/growth/components/roadmap1/index.vue index a23854a..148a15f 100644 --- a/src/views/growth/components/roadmap1/index.vue +++ b/src/views/growth/components/roadmap1/index.vue @@ -24,26 +24,34 @@
-
-
- {{ stageProcessList.length - index }} + +
+
+ {{ stageProcessList.length - index }} +
+
{{ item.taskName }}
-
{{ item.taskName }}
-
+ +
@@ -83,26 +91,33 @@
-
-
- {{ stageProcessList.length - index }} + +
+
+ {{ stageProcessList.length - index }} +
+
{{ item.taskName }}
-
{{ item.taskName }}
-
+
@@ -128,26 +143,34 @@
-
-
- {{ stageProcessList.length - index }} + +
+
+ {{ stageProcessList.length - index }} +
+
{{ item.taskName }}
-
{{ item.taskName }}
-
+
@@ -172,8 +179,8 @@ const point = [ right: "1140", }, { - top: '1463', - right: '1600', + top: "1463", + right: "1600", }, { top: "1603", @@ -264,7 +271,6 @@ const point = [ top: "5282", right: "790", }, - ]; const toFinish = (item) => { emit("toFinish", item);