From 033c6f40fafe4290301692f14f045365e9e1f66a Mon Sep 17 00:00:00 2001
From: zyy <1787816799@qq.com>
Date: Thu, 24 Oct 2019 18:28:06 +0800
Subject: [PATCH] =?UTF-8?q?desc:=20=E8=B0=83=E6=95=B4=E9=AB=98=E5=BA=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/layout/index.vue | 6 +++---
src/views/jlmap/index.vue | 2 +-
src/views/map/mapdraft/mapedit/index.vue | 2 +-
src/views/map/mapdraft/mapedit/mapoperate/trainwindow.vue | 4 ++--
src/views/planMonitor/detail.vue | 4 ++--
5 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/layout/index.vue b/src/layout/index.vue
index d1669aa3d..a905bfaca 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -3,9 +3,9 @@
-
- Copyright ©2018 北京玖琏科技有限公司 京ICP备18028522号
-
+
+ Copyright ©2018 北京玖琏科技有限公司 京ICP备18028522号
+
diff --git a/src/views/jlmap/index.vue b/src/views/jlmap/index.vue
index b93312fc2..1e319c6cf 100644
--- a/src/views/jlmap/index.vue
+++ b/src/views/jlmap/index.vue
@@ -61,7 +61,7 @@ export default {
return this.$store.state.config.width;
},
height() {
- return this.$store.state.config.height;
+ return this.$store.state.config.height - 30;
},
show() {
if (this.mode == TrainingMode.EDIT || this.mode == TrainingMode.MAP_EDIT) {
diff --git a/src/views/map/mapdraft/mapedit/index.vue b/src/views/map/mapdraft/mapedit/index.vue
index c461ba5f0..9a575a06d 100644
--- a/src/views/map/mapdraft/mapedit/index.vue
+++ b/src/views/map/mapdraft/mapedit/index.vue
@@ -81,7 +81,7 @@ export default {
},
computed: {
cardHeight() {
- return this.$store.state.app.height - 195;
+ return this.$store.state.app.height - 195-30;
}
},
watch: {
diff --git a/src/views/map/mapdraft/mapedit/mapoperate/trainwindow.vue b/src/views/map/mapdraft/mapedit/mapoperate/trainwindow.vue
index a59845f24..73aecced5 100644
--- a/src/views/map/mapdraft/mapedit/mapoperate/trainwindow.vue
+++ b/src/views/map/mapdraft/mapedit/mapoperate/trainwindow.vue
@@ -14,10 +14,10 @@
-
+
{{ $t('map.deleteTrainWindow') }}
- {{ $t('map.createTrainWindow') }}
+ {{ $t('map.createTrainWindow') }}
diff --git a/src/views/planMonitor/detail.vue b/src/views/planMonitor/detail.vue
index d6e5dc512..d728f2bbf 100644
--- a/src/views/planMonitor/detail.vue
+++ b/src/views/planMonitor/detail.vue
@@ -4,7 +4,7 @@
{{$t('planMonitor.openRunPlan.runPlanList')}}
{{$t('planMonitor.createRunningDiagram')}}
-
@@ -75,7 +75,7 @@ export default {
},
computed: {
height() {
- return this.$store.state.app.height - 50-30;
+ return this.$store.state.app.height - 60 -30;
},
skinCode() {
return this.$route.query.skinCode || '02';