fix style
This commit is contained in:
@ -49,6 +49,7 @@ export class AppComponent implements OnInit {
|
|||||||
this.modalSrv.closeAll();
|
this.modalSrv.closeAll();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
// 适配放大150%的屏幕
|
||||||
const screen: any = window.screen
|
const screen: any = window.screen
|
||||||
var zoom = window.devicePixelRatio || screen.deviceXDPI / screen?.logicalXDPI;
|
var zoom = window.devicePixelRatio || screen.deviceXDPI / screen?.logicalXDPI;
|
||||||
// console.log(zoom)
|
// console.log(zoom)
|
||||||
|
|||||||
Reference in New Issue
Block a user