调整大屏系统宽度
This commit is contained in:
parent
98a4a7b622
commit
85c1a89d01
@ -130,6 +130,7 @@ export default {
|
||||
const height = this.$store.state.app.height;
|
||||
this.$store.dispatch('config/resize', { width, height });
|
||||
}
|
||||
this.handleUpdateScreen();
|
||||
});
|
||||
},
|
||||
handleUpdateScreen() {
|
||||
@ -143,7 +144,6 @@ export default {
|
||||
};
|
||||
this.$jlmap.setUpdateScreen(size);
|
||||
} else {
|
||||
|
||||
const size = {
|
||||
width: this.$store.state.app.width - 2,
|
||||
height: this.$store.state.app.height,
|
||||
|
Loading…
Reference in New Issue
Block a user