修改电子屏样式
This commit is contained in:
parent
1ee6c29666
commit
81aa4d12c4
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user