From 90d1fda759cd8bd21914df0b11d378cad618dd1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Fri, 28 Feb 2025 15:43:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=BE=E7=A4=BA=E5=A4=A7?= =?UTF-8?q?=E5=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.vue b/App.vue index bfe29e1f..d25db4e2 100644 --- a/App.vue +++ b/App.vue @@ -2005,7 +2005,7 @@ // 窗口宽度处理 window_width_handle(width) { // #ifdef H5 || APP - if (width > 800) { + if (width > 960) { width = 800; } // #endif