|
@@ -56,9 +56,9 @@
|
|
:style="{
|
|
:style="{
|
|
transform:
|
|
transform:
|
|
'translate(' +
|
|
'translate(' +
|
|
- -xOffset / 100 +
|
|
|
|
|
|
+ -xOffset / 80 +
|
|
'rpx,' +
|
|
'rpx,' +
|
|
- -yOffset / 100 +
|
|
|
|
|
|
+ -yOffset / 80 +
|
|
'rpx)',
|
|
'rpx)',
|
|
}"
|
|
}"
|
|
/>
|
|
/>
|
|
@@ -683,6 +683,8 @@ export default {
|
|
(this.devInfo.xxStart + this.devInfo.xxEnd) * 50;
|
|
(this.devInfo.xxStart + this.devInfo.xxEnd) * 50;
|
|
this.yOffset =
|
|
this.yOffset =
|
|
-(this.devInfo.yyStart + this.devInfo.yyEnd) * 50;
|
|
-(this.devInfo.yyStart + this.devInfo.yyEnd) * 50;
|
|
|
|
+
|
|
|
|
+ console.log(this.xOffset, this.yOffset, 9999);
|
|
this.statusLight = this.devInfo.statusLight;
|
|
this.statusLight = this.devInfo.statusLight;
|
|
this.xxStart = this.devInfo.xxStart;
|
|
this.xxStart = this.devInfo.xxStart;
|
|
this.xxEnd = this.devInfo.xxEnd;
|
|
this.xxEnd = this.devInfo.xxEnd;
|