From b120e0f53b9d5de70d8d0a2eff5f63e1b37eba2f Mon Sep 17 00:00:00 2001 From: zhangsir Date: Mon, 1 Jul 2024 16:43:27 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=B7=AF=E5=BE=84=E5=9B=BE=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/study/GrowthPath.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/study/GrowthPath.vue b/src/views/study/GrowthPath.vue index 27a11688..32f3117e 100644 --- a/src/views/study/GrowthPath.vue +++ b/src/views/study/GrowthPath.vue @@ -228,7 +228,7 @@ -->
-
+
{{ title.title }}
{{ title.title }}
@@ -238,7 +238,7 @@
{{ item.isOtherPosition == 1 ? item.positionName + '(' + item.organizationName + ')' : item.positionName }}
-
+
From 99ea8d35c9e1422a46edd08b0f8943b1250087fe Mon Sep 17 00:00:00 2001 From: zhangsir Date: Fri, 5 Jul 2024 14:53:23 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/study/Growth.vue | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/views/study/Growth.vue b/src/views/study/Growth.vue index a3dafe64..799582b9 100644 --- a/src/views/study/Growth.vue +++ b/src/views/study/Growth.vue @@ -94,17 +94,17 @@
-
总任务
+
总任务
当前任务
-
{{detailData.taskNum}}门
+
{{detailData.taskNum}}门
{{detailData.currentTaskName.length>30?detailData.currentTaskName.slice(0,30)+'...':detailData.currentTaskName}}
- 总进度 +
总进度
{{ Number(((detailData.overallCompletionRate || 0)*100).toFixed(2)) || 0 }}%
@@ -588,7 +588,7 @@ export default { font-weight: 500; font-size: 13px; color: #3B3C4A; - line-height: 22px; + line-height: 18px; text-align: left; } .body_schedule_right{ @@ -597,7 +597,7 @@ export default { font-weight: 500; font-size: 13px; color: #2E72F2; - line-height: 22px; + line-height: 18px; text-align: left; } } @@ -608,11 +608,11 @@ export default { height: 30px; .pro_text{ width: 42px; - height: 22px; + height: 18px; font-weight: 400; font-size: 11px; color: #666660; - line-height: 22px; + line-height: 18px; text-align: left; margin-bottom: 2px; } @@ -621,6 +621,7 @@ export default { font-size: 10px; color: #333333; margin-left: 15px; + line-height: 14px; } } .body_schedule_btn{