From e0f0b3945651a353ba67493c707dd9b318e6130b Mon Sep 17 00:00:00 2001 From: Pengxiansen <2422914688@qq.com> Date: Wed, 26 Feb 2025 13:40:13 +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/growthDetails.vue | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/views/growth/growthDetails.vue b/src/views/growth/growthDetails.vue index ad49e9b..f8f5518 100644 --- a/src/views/growth/growthDetails.vue +++ b/src/views/growth/growthDetails.vue @@ -83,7 +83,7 @@ />
{{ key + 1 }}
-
+
{{ TASK_TYPES.typeName[item.courseType] }} @@ -601,7 +601,7 @@ const toPath = () => { .task-item { display: flex; padding: 20px 0; - border-bottom: 1px solid #f5f5f5; + border-bottom: 2px #d3e3f2 dashed; .progress-text { font-weight: bold; font-size: 15px; @@ -609,26 +609,27 @@ const toPath = () => { margin-left: 9px; } .task-img { - width: 38%; + width: 42%; border-radius: 4px; overflow: hidden; position: relative; } .task-img-icon { - position: absolute; display: flex; justify-content: center; - padding-top: 3px; + align-items: center; position: absolute; color: #fff; font-size: 12px; box-sizing: border-box; top: 0; - left: 10px; - background-image: url(@/assets/image/growth/listJiaoBiao.png); - background-size: 100% 100%; - width: 17px; - height: 25px; + left: 0; + // background-image: url(@/assets/image/growth/listJiaoBiao.png); + // background-size: 100% 100%; + width: 25px; + height: 16px; + background: #f2903d; + border-radius: 0 0px 4px 0px; } .task-state { font-size: 13px;