|
@@ -46,9 +46,9 @@
|
|
|
:style="{
|
|
|
position: 'absolute',
|
|
|
transform: `translate3d(${
|
|
|
- item.displayX / 2 + 100
|
|
|
+ item.displayX / 2
|
|
|
}px, ${
|
|
|
- -item.displayY / 2 + 100
|
|
|
+ -item.displayY / 2
|
|
|
}px, 0) translate(-50%, -50%)`,
|
|
|
zIndex: 9999,
|
|
|
transition: 'transform 1s linear',
|
|
@@ -937,13 +937,18 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
createNewTargetPoint(x, y, z, id) {
|
|
|
+ console.log(
|
|
|
+ this.devInfo.xxStart,
|
|
|
+ this.devInfo.yyEnd,
|
|
|
+ " this.devInfo.yyEnd"
|
|
|
+ );
|
|
|
return {
|
|
|
x,
|
|
|
y,
|
|
|
z,
|
|
|
id,
|
|
|
- displayX: x,
|
|
|
- displayY: y,
|
|
|
+ displayX: x - Number(this.devInfo.xxStart),
|
|
|
+ displayY: y - Number(this.devInfo.yyEnd),
|
|
|
lastX: x,
|
|
|
lastY: y,
|
|
|
};
|
|
@@ -961,8 +966,8 @@ export default {
|
|
|
z,
|
|
|
lastX: x,
|
|
|
lastY: y,
|
|
|
- displayX: x,
|
|
|
- displayY: y,
|
|
|
+ displayX: x - Number(this.devInfo.xxStart),
|
|
|
+ displayY: y - Number(this.devInfo.yyEnd),
|
|
|
};
|
|
|
}
|
|
|
|
|
@@ -1071,7 +1076,7 @@ export default {
|
|
|
position: absolute;
|
|
|
background-color: #fff;
|
|
|
border: 14rpx solid #333333;
|
|
|
- background-image: url("http://jkld.radar-power.com//uploadFiles/framework/file/20250620/toilet_bg.png");
|
|
|
+ background-image: url("https://hflnxx.oss-cn-shanghai.aliyuncs.com/IMAGE/20250919/toilet_bg.png");
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center;
|
|
|
transform: scale(1.3);
|
|
@@ -1095,7 +1100,7 @@ export default {
|
|
|
position: absolute;
|
|
|
background-color: #fff;
|
|
|
border: 9rpx solid #333333;
|
|
|
- background-image: url("http://jkld.radar-power.com//uploadFiles/framework/file/20250620/toilet_bg.png");
|
|
|
+ background-image: url("https://hflnxx.oss-cn-shanghai.aliyuncs.com/IMAGE/20250919/toilet_bg.png");
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center;
|
|
|
transform: scale(2.2);
|