修改电子屏样式

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; return this.zoom * 8;
}, },
p() { p() {
return this.fine * 1; return this.fine * 2;
}, },
w() { w() {
return this.zoom * 4 + this.fine * 6 + this.p * 2; return this.zoom * 4 + this.fine * 6 + this.p;
}, },
h() { h() {
return this.zoom * 8 + this.fine * 6 + this.p * 2; return this.zoom * 8 + this.fine * 6 + this.p;
} }
}, },
methods: { methods: {