diff --git a/src/components/PathDetailImage.vue b/src/components/PathDetailImage.vue index 23a5d7d..a3a4740 100644 --- a/src/components/PathDetailImage.vue +++ b/src/components/PathDetailImage.vue @@ -6,7 +6,7 @@ background:`url('${imgAttr.backurl}') no-repeat`, backgroundSize: 'contain' }"> -
{{ item.name }}
@@ -49,6 +49,8 @@ const imageAttrs = { '路径图背景': { width: 1437, height: 594, + cheight:70, + cheightC:80, backurl: back, currentBack: currentBack, nameBack: nameBack, @@ -66,23 +68,27 @@ const imageAttrs = { '路径图2': { width: 1437, height: 594, + cheight:100, + cheightC:106, backurl: back2, currentBack: currentBack2, nameBack: nameBack2, positions: [ {left: 40, top: 380}, - {left: 160, top: 300}, - {left: 330, top: 280}, + {left: 160, top: 290}, + {left: 330, top: 270}, {left: 440, top: 200}, - {left: 610, top: 175}, + {left: 610, top: 170}, {left: 780, top: 130}, {left: 890, top: 60}, - {left: 1060, top: 45}, + {left: 1060, top: 30}, ] }, '路径图3': { width: 1437, height: 594, + cheight:70, + cheightC:80, backurl: back1, currentBack: currentBack1, nameBack: nameBack1,