From eefaca7be3e91ab1ee3d5a1907b9156368ef3914 Mon Sep 17 00:00:00 2001 From: wyx Date: Wed, 21 Dec 2022 17:44:53 +0800 Subject: [PATCH] =?UTF-8?q?style:=E4=BF=AE=E6=94=B9=E8=BF=9B=E5=BA=A6?= =?UTF-8?q?=E6=9D=A1=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project/ProjectDetails.vue | 45 ++-------------------------- src/views/roadmap/LearnPath.vue | 2 +- 2 files changed, 4 insertions(+), 43 deletions(-) diff --git a/src/views/project/ProjectDetails.vue b/src/views/project/ProjectDetails.vue index 906fba7..183c4f3 100644 --- a/src/views/project/ProjectDetails.vue +++ b/src/views/project/ProjectDetails.vue @@ -81,23 +81,7 @@ />
+ style="font-size: 14px;font-weight: 500;color: #277aff;margin-left: 10px;color:#677d86;"> {{ value.currentRatio }}%
@@ -234,18 +218,7 @@ />
+ style="font-size: 14px; font-weight: 500; margin-left: 10px;color:#677d86;"> {{ parseInt(data.totalProgress * 100) }}%
@@ -277,19 +250,7 @@ font-size: 14px; font-weight: 500; color: #277aff; - margin-left: 10px; - " - :style="{ - color: { - 0: 'rgba(238, 112, 108, 1)', - 1: 'rgba(255, 151, 38, 1)', - 2: 'rgba(39, 122, 255, 1)', - 3: 'rgba(59, 94, 251, 1)', - 4: 'rgba(57, 219, 183, 1)', - 5: 'rgba(57, 219, 183, 1)', - }[parseInt((data.compulsoryProgress * 100) / 20)], - }" - > + margin-left: 10px;color:#677d86;"> {{ parseInt(data.compulsoryProgress * 100) }}% diff --git a/src/views/roadmap/LearnPath.vue b/src/views/roadmap/LearnPath.vue index aea809f..6863212 100644 --- a/src/views/roadmap/LearnPath.vue +++ b/src/views/roadmap/LearnPath.vue @@ -158,7 +158,7 @@ function toUnTask() { }