diff --git a/src/components/PathDetailImage.vue b/src/components/PathDetailImage.vue index d8c63e1..23a5d7d 100644 --- a/src/components/PathDetailImage.vue +++ b/src/components/PathDetailImage.vue @@ -53,14 +53,14 @@ const imageAttrs = { currentBack: currentBack, nameBack: nameBack, positions: [ - {left: 100, top: 645}, - {left: 670, top: 645}, - {left: 870, top: 515}, - {left: 535, top: 370}, - {left: 1050, top: 330}, - {left: 1180, top: 200}, - {left: 980, top: 95}, - {left: 1490, top: 60}, + {left: 50, top: 425}, + {left: 440, top: 425}, + {left: 400, top: 315}, + {left: 515, top: 220}, + {left: 800, top: 200}, + {left: 660, top: 115}, + {left: 760, top: 35}, + {left: 1000, top: 25}, ] }, '路径图2': { @@ -70,14 +70,14 @@ const imageAttrs = { currentBack: currentBack2, nameBack: nameBack2, positions: [ - {left: 100, top: 590}, - {left: 260, top: 465}, - {left: 530, top: 445}, - {left: 745, top: 300}, - {left: 980, top: 290}, - {left: 1190, top: 230}, - {left: 1310, top: 130}, - {left: 1570, top: 95}, + {left: 40, top: 380}, + {left: 160, top: 300}, + {left: 330, top: 280}, + {left: 440, top: 200}, + {left: 610, top: 175}, + {left: 780, top: 130}, + {left: 890, top: 60}, + {left: 1060, top: 45}, ] }, '路径图3': { @@ -87,14 +87,14 @@ const imageAttrs = { currentBack: currentBack1, nameBack: nameBack1, positions: [ - {left: 60, top: 605}, - {left: 260, top: 600}, - {left: 450, top: 495}, - {left: 720, top: 420}, - {left: 970, top: 370}, - {left: 1200, top: 295}, - {left: 1460, top: 210}, - {left: 1555, top: 110}, + {left: 20, top: 390}, + {left: 210, top: 380}, + {left: 320, top: 275}, + {left: 485, top: 265}, + {left: 645, top: 220}, + {left: 820, top: 180}, + {left: 960, top: 150}, + {left: 1050, top:60}, ] } } @@ -129,9 +129,9 @@ function close() {