调整感温光纤探测系统高度
This commit is contained in:
parent
2f4cd5569a
commit
7a3677cf8f
@ -69,7 +69,7 @@ export default {
|
|||||||
} else if (this.mode == 'sensing') {
|
} else if (this.mode == 'sensing') {
|
||||||
this.title = '';
|
this.title = '';
|
||||||
this.scaleRate = window.innerWidth / 1920;
|
this.scaleRate = window.innerWidth / 1920;
|
||||||
this.height = 900;
|
this.height = 800;
|
||||||
} else if (this.mode == 'section') {
|
} else if (this.mode == 'section') {
|
||||||
this.title = this.stationName + ' 火灾报警系统 区间层';
|
this.title = this.stationName + ' 火灾报警系统 区间层';
|
||||||
this.scaleRate = window.innerWidth / 1920;
|
this.scaleRate = window.innerWidth / 1920;
|
||||||
|
Loading…
Reference in New Issue
Block a user