删除注释
This commit is contained in:
parent
584fbad941
commit
4954e5e344
@ -239,8 +239,6 @@ export default {
|
|||||||
},
|
},
|
||||||
setWindowSize() {
|
setWindowSize() {
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
// const width = this.$store.state.app.width - 521;
|
|
||||||
// const height = this.$store.state.app.height - 90;
|
|
||||||
const width = this.$store.state.app.width;
|
const width = this.$store.state.app.width;
|
||||||
const height = this.$store.state.app.height - 90;
|
const height = this.$store.state.app.height - 90;
|
||||||
this.$store.dispatch('config/resize', { width, height });
|
this.$store.dispatch('config/resize', { width, height });
|
||||||
|
Loading…
Reference in New Issue
Block a user