Browse Source

事件处理流程 ✔
开挖 ✔

王哲 2 months ago
parent
commit
aa3c7301c7
3 changed files with 5 additions and 6 deletions
  1. 1 1
      src/views/SentryCockpit.vue
  2. 4 4
      src/views/SentryEmergencyCenter.vue
  3. 0 1
      src/views/SentryPage.vue

+ 1 - 1
src/views/SentryCockpit.vue

@@ -264,7 +264,7 @@
 		  this.$root.$on("clearAll", (data)=>{
 		    this.clearAll();
 		    if(data){
-		      console.log("data=", data);
+		      // console.log("data=", data);
         }
       });
       this.userStats();

+ 4 - 4
src/views/SentryEmergencyCenter.vue

@@ -1619,19 +1619,19 @@
                     width: 60px;
                     position: absolute;
                     bottom: 18%;
-                    left: 25%;
+                    left: 32%;
                 }
                 .e3{
                     width: 60px;
                     position: absolute;
                     bottom: 18%;
-                    left: 40%;
+                    left: 59%;
                 }
                 .e4{
                     width: 60px;
                     position: absolute;
                     bottom: 18%;
-                    left: 55%;
+                    left: 86%;
                 }
             }
         }
@@ -1997,5 +1997,5 @@
 			}
 		}
 	}
-	
+
 </style>

+ 0 - 1
src/views/SentryPage.vue

@@ -448,7 +448,6 @@
       jumpTo(path,idx){
         if(idx != 0){ // 驾驶舱
           this.$root.$emit("clearAll", "data");
-          // this.$parents.$refs.SentryCockpit.clearAll();
         }
         if(idx != 2){ // 事件中心
           this.isEventDetails = false;