From 24a34fa779983de300874c4b3060996180caff9b Mon Sep 17 00:00:00 2001
From: Pengxiansen <2422914688@qq.com>
Date: Wed, 19 Feb 2025 14:06:25 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/growth/index.vue | 65 ++++++++++++++++++++------------------
1 file changed, 35 insertions(+), 30 deletions(-)
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 @@
我的专业力必修
-
-
{{ totalData.total }}
-
总任务数
-
-
-
{{ totalData.completed }}
-
已完成数量
-
-
-
{{ totalData.unfinished }}
-
未完成数量
-
@@ -45,10 +33,13 @@
去学习
- 说明
-
- {{ item.description || "暂无说明" }}
-
+
+ 说明
+
+ {{ 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;