zpf 11 сар өмнө
parent
commit
1686eafa30

+ 4 - 4
src/views/cockpit/common/DialWatch.vue

@@ -313,7 +313,7 @@ export default {
         background-size: 101% 50%;
         background-image: url("/static/images/overview/ltback.png");
         position: relative;
-        top: 2rem;
+        top: 3rem;
     }
 
     .lb_box {
@@ -323,7 +323,7 @@ export default {
 
         background-image: url("/static/images/overview/lbback.png");
         position: relative;
-        top: 4rem;
+        top: 3rem;
 
     }
 
@@ -333,7 +333,7 @@ export default {
 
         background-image: url("/static/images/overview/rtback.png");
         position: relative;
-        top: -8rem;
+        top: -7rem;
         left: 16rem;
         z-index: -1;
 
@@ -350,7 +350,7 @@ export default {
         background-size: 101% 50%;
         background-image: url("/static/images/overview/rbback.png");
         position: relative;
-        top: -6rem;
+        top: -7rem;
         left: 16rem;
         z-index: -1;
 

+ 3 - 2
src/views/cockpit/hysy.vue

@@ -393,12 +393,13 @@ export default {
 .hysy_bar_graph {
     margin-left: 5rem;
     left: 1rem !important;
-    top: -13rem !important;
+    top: -12rem !important;
+    height: 10rem !important;
 }
 
 .hysy_dial_watch {
     position: relative;
-    top: -1.8rem;
+    top: -2.5rem;
     left: 4rem;
 
 }