LIJU 1 周之前
父節點
當前提交
0387066e56
共有 1 個文件被更改,包括 9 次插入3 次删除
  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 = {