diff --git a/src/layout/index.vue b/src/layout/index.vue index 5fa3876c6..41c752b36 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -2,7 +2,14 @@
- + +
+ + + + + +
Copyright ©2018 北京玖琏科技有限公司 京ICP备18028522号 @@ -11,13 +18,13 @@ diff --git a/src/views/designPlatform/home.vue b/src/views/designPlatform/home.vue index d4c5d5fd9..f6a68034f 100644 --- a/src/views/designPlatform/home.vue +++ b/src/views/designPlatform/home.vue @@ -1,53 +1,53 @@ diff --git a/src/views/designPlatform/index.vue b/src/views/designPlatform/index.vue index 932a76f6c..076c54c76 100644 --- a/src/views/designPlatform/index.vue +++ b/src/views/designPlatform/index.vue @@ -2,11 +2,11 @@
- +
- +
@@ -39,9 +39,6 @@ export default { ...mapGetters([ 'lessonbar' ]), - height() { - return this.$store.state.app.height - 50-30; - }, width() { return this.$store.state.app.width; } @@ -77,14 +74,14 @@ export default { resize() { this.widthLeft = Number(localStore.get('LeftWidth')) || this.widthLeft; const width = this.$store.state.app.width - 521 - this.widthLeft; - const height = this.$store.state.app.height - 90; - this.$store.dispatch('config/resize', { width: width, height: height }); + // const height = this.$store.state.app.height - 90; + this.$store.dispatch('config/resize', { width: width }); }, setMapResize(LeftWidth) { this.currentWidth=this.$store.state.app.width - this.widthLeft; const widths = this.$store.state.app.width - 521 - LeftWidth; - const heights = this.$store.state.app.height - 90; - this.$store.dispatch('config/resize', { width: widths, height: heights }); + // const heights = this.$store.state.app.height - 90; + this.$store.dispatch('config/resize', { width: widths }); } } diff --git a/src/views/designPlatform/mapPreview.vue b/src/views/designPlatform/mapPreview.vue index 05e464475..de512f67d 100644 --- a/src/views/designPlatform/mapPreview.vue +++ b/src/views/designPlatform/mapPreview.vue @@ -1,116 +1,119 @@