diff --git a/src/util/eventBus.js b/src/util/eventBus.js new file mode 100644 index 00000000..865cbb25 --- /dev/null +++ b/src/util/eventBus.js @@ -0,0 +1,2 @@ +import Vue from 'vue'; +export default new Vue(); \ No newline at end of file diff --git a/src/views/projectAdmin/fourEngin/cim/center.vue b/src/views/projectAdmin/fourEngin/cim/center.vue new file mode 100644 index 00000000..d88b96ff --- /dev/null +++ b/src/views/projectAdmin/fourEngin/cim/center.vue @@ -0,0 +1,33 @@ + + + + + \ No newline at end of file diff --git a/src/views/projectAdmin/fourEngin/cim/index.vue b/src/views/projectAdmin/fourEngin/cim/index.vue index cd68f7e3..3f4e9e51 100644 --- a/src/views/projectAdmin/fourEngin/cim/index.vue +++ b/src/views/projectAdmin/fourEngin/cim/index.vue @@ -8,7 +8,9 @@ -
+
+
+
@@ -22,11 +24,12 @@ @@ -50,12 +53,9 @@ export default { } } .center { - width: calc(60% - 40px); - height: 96%; - // border: 1px solid skyblue; - background-image: url(../assets/images/common/bgc_max.png); - background-repeat: no-repeat; - background-size: 100%; + width: calc(101% - 40px); + height: 98%; + margin: 4px 5px 0 13px; } } diff --git a/src/views/projectAdmin/fourEngin/cim/leftBottom.vue b/src/views/projectAdmin/fourEngin/cim/leftBottom.vue index fe1e354c..4e49bcf7 100644 --- a/src/views/projectAdmin/fourEngin/cim/leftBottom.vue +++ b/src/views/projectAdmin/fourEngin/cim/leftBottom.vue @@ -1,56 +1,142 @@ diff --git a/src/views/projectAdmin/fourEngin/cim/leftTop.vue b/src/views/projectAdmin/fourEngin/cim/leftTop.vue index abf45887..d17bd203 100644 --- a/src/views/projectAdmin/fourEngin/cim/leftTop.vue +++ b/src/views/projectAdmin/fourEngin/cim/leftTop.vue @@ -1,41 +1,64 @@