-
-
+
+
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 @@
-
- 城市轨道交通设计平台 - -
-
-
-
-
-
-
-
- {{ $t('demonstration.simulationSystemDescription') }}
-
+
+
+
+
+
-
+ + 城市轨道交通设计平台 +
+
+
+
+
+
+
+
+ {{ $t('demonstration.simulationSystemDescription') }}
-
+
-
-
+
+
+