@@ -264,7 +264,7 @@
this.$root.$on("clearAll", (data)=>{
this.clearAll();
if(data){
- console.log("data=", data);
+ // console.log("data=", data);
}
});
this.userStats();
@@ -1619,19 +1619,19 @@
width: 60px;
position: absolute;
bottom: 18%;
- left: 25%;
+ left: 32%;
.e3{
- left: 40%;
+ left: 59%;
.e4{
- left: 55%;
+ left: 86%;
@@ -1997,5 +1997,5 @@
-
+
</style>
@@ -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;