|
@@ -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',
|