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;