yhfu 2 months ago
parent
commit
e7fccdc9df
2 changed files with 7 additions and 7 deletions
  1. 0 1
      src/views/SentryCockpit.vue
  2. 7 6
      src/views/SentryEmergencyCenter.vue

+ 0 - 1
src/views/SentryCockpit.vue

@@ -379,7 +379,6 @@
       },
       //清除
       clearAll() {
-        alert(666)
         this.$parent.$refs.supermap.closeMeasuringAll()
         this.$parent.$refs.supermap.closeExcavationAll()
         this.checkedCities = []

+ 7 - 6
src/views/SentryEmergencyCenter.vue

@@ -1596,8 +1596,9 @@
             }
         }
         .d2{
-						width: 69%;
-            height: 20%;
+			position: relative;
+			width: 69%;
+            height: 146px;
             margin-top: 1%;
             .progress_contain{
                 height: 60%;
@@ -1611,25 +1612,25 @@
                 .e1{
                     width: 60px;
                     position: absolute;
-                    bottom: 57%;
+                    bottom: 18%;
                     left: 8%;
                 }
                 .e2{
                     width: 60px;
                     position: absolute;
-                    bottom: 57%;
+                    bottom: 18%;
                     left: 25%;
                 }
                 .e3{
                     width: 60px;
                     position: absolute;
-                    bottom: 57%;
+                    bottom: 18%;
                     left: 40%;
                 }
                 .e4{
                     width: 60px;
                     position: absolute;
-                    bottom: 57%;
+                    bottom: 18%;
                     left: 55%;
                 }
             }