Commit 4c3da6ad authored by liujiangnan's avatar liujiangnan

fix: 屏幕适配

parent 11ee64b9
...@@ -83,10 +83,10 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -83,10 +83,10 @@ export class PlayComponent implements OnInit, OnDestroy {
btnShowX = 0; btnShowX = 0;
@HostListener('window:resize', ['$event']) // @HostListener('window:resize', ['$event'])
onResize(event) { // onResize(event) {
this.winResizeEventStream.next(); // this.winResizeEventStream.next();
} // }
ngOnInit() { 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