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