From fd704f91d29da8350acf41d3b9ce6dce8a586a46 Mon Sep 17 00:00:00 2001 From: NiSen Date: Mon, 29 Jan 2024 11:03:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/study/Growth.vue | 43 +++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/src/views/study/Growth.vue b/src/views/study/Growth.vue index f0d988aa..ddc37f7d 100644 --- a/src/views/study/Growth.vue +++ b/src/views/study/Growth.vue @@ -17,10 +17,11 @@
全岗位路径图 - 信息概览 + 信息概览
+
@@ -247,20 +248,20 @@ export default { }, '路径图背景全': { positions: [ - { left: 500, top: 1440 }, - { left: 270, top: 1380 }, - { left: 0, top: 1225 }, - { left: 215, top: 1088 }, - { left: 606, top: 1000 }, - { left: 920, top: 936 }, - { left: 1106, top: 658 }, - { left: 880, top: 580 }, - { left: 520, top: 528 }, - { left: 168, top: 476 }, - { left: 140, top: 286 }, - { left: 334, top: 140 }, - { left: 592, top: 38 }, - { left: 970, top: -30 }, + { left: 500, top: 1500 }, + { left: 270, top: 1440 }, + { left: 0, top: 1285 }, + { left: 215, top: 1148 }, + { left: 606, top: 1060 }, + { left: 920, top: 996 }, + { left: 1106, top: 718 }, + { left: 880, top: 640 }, + { left: 520, top: 588 }, + { left: 168, top: 536 }, + { left: 140, top: 346 }, + { left: 334, top: 200 }, + { left: 592, top: 98 }, + { left: 970, top: 30 }, ] } }, @@ -706,16 +707,20 @@ export default { .detailAllbgc { width: 1380px; - height: 1590px; + height: 800px; min-width: 1380px; position: relative; - background-image: url('../../assets/images/growth/roadmap.png'); - background-repeat: no-repeat; + overflow: scroll; + padding-top: 60px; + + &::-webkit-scrollbar { + width: 0 !important; + } &::before { content: ''; position: absolute; - bottom: 10px; + top: 1582px; left: 750px; background-image: url('../../assets/images/growth/begin.png'); background-repeat: no-repeat;