Commit 9ca3e8b8 authored by liujiangnan's avatar liujiangnan

fix: 屏幕适配

parent ff581483
......@@ -130,11 +130,11 @@ export class PlayComponent implements OnInit, OnDestroy {
@HostListener('window:resize', ['$event'])
onResize(event) {
this.winResizeEventStream.next();
// @HostListener('window:resize', ['$event'])
// onResize(event) {
// this.winResizeEventStream.next();
}
// }
ngOnInit() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment