修改电子屏样式

This commit is contained in:
ival 2021-03-10 18:06:25 +08:00
parent 1ee6c29666
commit 81aa4d12c4

View File

@ -87,13 +87,13 @@ export default {
return this.zoom * 8;
},
p() {
return this.fine * 1;
return this.fine * 2;
},
w() {
return this.zoom * 4 + this.fine * 6 + this.p * 2;
return this.zoom * 4 + this.fine * 6 + this.p;
},
h() {
return this.zoom * 8 + this.fine * 6 + this.p * 2;
return this.zoom * 8 + this.fine * 6 + this.p;
}
},
methods: {