Browse Source

10楼三测单01

LIJU 1 week ago
parent
commit
bc516a0522
1 changed files with 21 additions and 0 deletions
  1. 21 0
      src/components/medical-advice/temperature/graphics.vue

+ 21 - 0
src/components/medical-advice/temperature/graphics.vue

@@ -1811,6 +1811,26 @@ export default {
           }
         }else {
           if(window.devicePixelRatio < 1) {
+            if(window.innerHeight == 876) {//十楼左第一台
+              pulseStyle = {
+                titleMarginTop: '0px',
+                firstRowMarginTop: '32px',
+                normalRowMarginTop: '55px',
+                lastRowMarginTop: '56px'
+              };
+              temperatureStyle = {
+                titleMarginTop: '0px',
+                firstRowMarginTop: '32px',
+                normalRowMarginTop: '55px',
+                lastRowMarginTop: '56px'
+              };
+              legendStyle = {
+                marginTop: '476px'
+              };
+              containerStyle = {
+                marginTop:  (this.marginTop + 10) + 'px',
+              };
+            }else {
               pulseStyle = {
                 titleMarginTop: '0px',
                 firstRowMarginTop: '32px',
@@ -1829,6 +1849,7 @@ export default {
               containerStyle = {
                 marginTop:  (this.marginTop + 7) + 'px',
               };
+            }
           }else {
             pulseStyle = {
               titleMarginTop: '0px',