fix style

This commit is contained in:
Lingzi
2022-03-09 10:59:13 +08:00
parent 96a23ebbcf
commit 7b93976dbf

View File

@ -49,6 +49,7 @@ export class AppComponent implements OnInit {
this.modalSrv.closeAll();
}
});
// 适配放大150%的屏幕
const screen: any = window.screen
var zoom = window.devicePixelRatio || screen.deviceXDPI / screen?.logicalXDPI;
// console.log(zoom)