From 975c622d03b54e3bc93f209d71a67290fc68f960 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Fri, 28 Feb 2025 13:07:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/popup/popup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/popup/popup.vue b/components/popup/popup.vue index 7e4b90dc..f96a623e 100644 --- a/components/popup/popup.vue +++ b/components/popup/popup.vue @@ -116,7 +116,7 @@ // #ifdef H5 // 处理内容左边距、避免父级设置内边距影响 var width = uni.getSystemInfoSync().windowWidth; - if (width > 800) { + if (width > 960) { left = (width - 800) / 2; } // #endif