From 9b47999e9a0d1c7c36284a779e6583777d4a1c0a Mon Sep 17 00:00:00 2001 From: zhaofengliang Date: Fri, 18 Oct 2024 17:07:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20overflow-visible-event.tes?= =?UTF-8?q?t.js=20=E6=B5=8B=E8=AF=95=E8=84=9A=E6=9C=AC=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/CSS/overflow/overflow-visible-event.uvue | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/CSS/overflow/overflow-visible-event.uvue b/pages/CSS/overflow/overflow-visible-event.uvue index d0fbbbab..420ee896 100644 --- a/pages/CSS/overflow/overflow-visible-event.uvue +++ b/pages/CSS/overflow/overflow-visible-event.uvue @@ -101,8 +101,6 @@ const rect = uni.getElementById('child')?.getBoundingClientRect() if (rect != null) { let ratio = 1 - const systemInfo = uni.getSystemInfoSync() - const titleBarHeight = systemInfo.screenHeight - systemInfo.windowHeight if (uni.getSystemInfoSync().platform == 'android'){ ratio = uni.getSystemInfoSync().devicePixelRatio -- GitLab