|
@@ -1767,6 +1767,26 @@ export default {
|
|
|
marginTop: (this.marginTop + 14) + 'px',
|
|
|
};
|
|
|
}else {
|
|
|
+ if(window.devicePixelRatio < 1) {
|
|
|
+ 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 - 3) + 'px',
|
|
|
+ };
|
|
|
+ }else {
|
|
|
pulseStyle = {
|
|
|
titleMarginTop: '0px',
|
|
|
firstRowMarginTop: '32px',
|
|
@@ -1785,6 +1805,7 @@ export default {
|
|
|
containerStyle = {
|
|
|
marginTop: this.marginTop + 'px',
|
|
|
};
|
|
|
+ }
|
|
|
}
|
|
|
}else {
|
|
|
if(window.devicePixelRatio < 1) {
|