LIJU hace 1 semana
padre
commit
0387066e56
Se han modificado 1 ficheros con 9 adiciones y 3 borrados
  1. 9 3
      src/components/medical-advice/temperature/graphics.vue

+ 9 - 3
src/components/medical-advice/temperature/graphics.vue

@@ -1669,9 +1669,15 @@ export default {
         };
         if(this.marginTop > 38) {
           if(this.marginTop < 58) {
-            containerStyle = {
-              marginTop:  (this.marginTop + 15) + 'px',
-            };
+            if(this.marginTop == 48) {
+              containerStyle = {
+                marginTop:  this.marginTop + 'px',
+              };              
+            }else {
+              containerStyle = {
+                marginTop:  (this.marginTop + 15) + 'px',
+              };
+            }
           }else {
             if(window.devicePixelRatio < 1) {
               containerStyle = {