diff --git a/src/views/growth/index.vue b/src/views/growth/index.vue index ca83c1f0..627edf50 100644 --- a/src/views/growth/index.vue +++ b/src/views/growth/index.vue @@ -4,18 +4,6 @@ @@ -45,10 +33,13 @@
去学习
-
说明
-
- {{ item.description || "暂无说明" }} -
+ +
学习进度
@@ -69,6 +60,7 @@ :stroke-width="8" :show-text="false" :percentage="requiredTaskCompletionRate(item)" + color="#0077EC" >
@@ -88,6 +80,7 @@
@@ -108,26 +101,32 @@ - - - -
-
专业力必修
-
-
-
- {{ item.growthName }} +
+
+ + @@ -250,6 +249,12 @@ export default { background: #ffffff; padding: 30px 38px 66px 40px; margin-bottom: 35px; + position: relative; + .growth-bg-icon { + position: absolute; + right: 92px; + bottom: 0; + } .progress-title { font-weight: 700; font-size: 18px;