From 6876721567b073014fc8ec99e31cc8f3d7af22c2 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Sun, 22 Nov 2020 12:41:22 +0100 Subject: [PATCH] =?UTF-8?q?=E8=BF=9B=E5=85=A5=E7=B2=BE=E7=AE=80=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=EF=BC=8C=E6=97=A0=E9=9C=80=E8=AE=BE=E7=BD=AE=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E4=BD=8D=E7=BD=AE=EF=BC=8C=E7=9B=B4=E6=8E=A5=E8=B0=83?= =?UTF-8?q?=E7=94=A8getCssFullscreen=E5=8D=B3=E5=8F=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Play.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/Play.vue b/src/components/Play.vue index fe2af35..6555008 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -775,8 +775,6 @@ export default { } }, async miniEvent () { - const miniWindowBounds = { x: win.getPosition()[0], y: win.getPosition()[1], width: win.getSize()[0], height: win.getSize()[1] } - win.setBounds(miniWindowBounds) this.xg.getCssFullscreen() this.miniMode = true },