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{