|
|
@@ -1748,6 +1748,27 @@ export default {
|
|
|
else if (screenWidth === 1440 && screenHeight === 900) {
|
|
|
if(this.marginTop > 38) {
|
|
|
if(this.marginTop < 58) {
|
|
|
+ if(window.innerHeight == 712) {//九楼
|
|
|
+ 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 + 'px',
|
|
|
+ };
|
|
|
+ console.log("window.innerHeight11111111111",window.innerHeight);
|
|
|
+ }else {
|
|
|
pulseStyle = {
|
|
|
titleMarginTop: '0px',
|
|
|
firstRowMarginTop: '32px',
|
|
|
@@ -1766,6 +1787,8 @@ export default {
|
|
|
containerStyle = {
|
|
|
marginTop: (this.marginTop + 14) + 'px',
|
|
|
};
|
|
|
+ console.log("window.innerHeight2222222222",window.innerHeight);
|
|
|
+ }
|
|
|
}else {
|
|
|
pulseStyle = {
|
|
|
titleMarginTop: '0px',
|