From b4e3569995d8327f0b3ae9178744ce7549e3b4f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=9D=A4?= <1498710037@qq.com> Date: Mon, 20 Sep 2021 14:07:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BD=8E=E7=89=88?= =?UTF-8?q?=E6=9C=ACrn=E6=97=A0=E6=B3=95=E7=82=B9=E5=87=BBbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 5d5a0be..2ad8ae4 100644 --- a/index.js +++ b/index.js @@ -144,8 +144,8 @@ const styles = StyleSheet.create({ }, panel: { position: 'absolute', - zIndex: 999999999, - elevation: 999999999, + zIndex: 9999, + elevation: 1, backgroundColor: '#fff', width, height: (height / 3) * 2, @@ -209,7 +209,7 @@ const styles = StyleSheet.create({ alignItems: 'center', justifyContent: 'center', position: 'absolute', - zIndex: 999999999, + zIndex: 9999, bottom: 140, right: 10, shadowColor: 'rgb(18,34,74)',