From cd3b974959e21ad5959842aabbbd84824a2a6d43 Mon Sep 17 00:00:00 2001 From: Pengxiansen <2422914688@qq.com> Date: Thu, 27 Feb 2025 01:11:00 +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/components/gowthPath2.vue | 1 + src/views/growth/growthDetails.vue | 2 ++ src/views/growth/growthPath.vue | 3 ++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/growth/components/gowthPath2.vue b/src/views/growth/components/gowthPath2.vue index f4a7261..bd50cef 100644 --- a/src/views/growth/components/gowthPath2.vue +++ b/src/views/growth/components/gowthPath2.vue @@ -241,6 +241,7 @@ const toFinish = (item) => { position: absolute; display: flex; padding-bottom: 20px; + z-index: 9999; .item-link { height: 28px; diff --git a/src/views/growth/growthDetails.vue b/src/views/growth/growthDetails.vue index 965cbf2..59f9efd 100644 --- a/src/views/growth/growthDetails.vue +++ b/src/views/growth/growthDetails.vue @@ -608,6 +608,8 @@ const toPath = () => { border-radius: 15px 15px 0 0; padding: 5px 15px; .task-item { + position: relative; + z-index: 9999; display: flex; padding: 20px 0; border-bottom: 2px #d3e3f2 dashed; diff --git a/src/views/growth/growthPath.vue b/src/views/growth/growthPath.vue index e6edcae..a02a129 100644 --- a/src/views/growth/growthPath.vue +++ b/src/views/growth/growthPath.vue @@ -860,7 +860,7 @@ const toPath = () => { .path-item-left { position: absolute; // width: 125px; - + z-index: 9999; .item-link { display: flex; align-items: center; @@ -914,6 +914,7 @@ const toPath = () => { position: absolute; // width: 125px; display: flex; + z-index: 9999; .item-link { height: 28px;