fix:调整路径图封面点坐标顺序

This commit is contained in:
wyx
2023-03-02 14:04:48 +08:00
parent bc817c2aa1
commit f80c95d26b

View File

@@ -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() {
</script>
<style lang="scss">
.pathDetail {
width: 1800px;
width: 1232px;
height: 1011px;
min-width: 1800px;
min-width: 1232px;
position: relative;
}