From f36bf5ca7376e5288999ba8e0a002a01fb86d535 Mon Sep 17 00:00:00 2001 From: linxi Date: Mon, 3 Mar 2025 14:14:16 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A=E6=94=AF=E4=BB=98=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E5=AF=86=E7=A0=81=E9=94=AE=E8=A2=AB=E9=81=AE=E6=8C=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/yzc-paykeyboard/yzc-paykeyboard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/yzc-paykeyboard/yzc-paykeyboard.vue b/components/yzc-paykeyboard/yzc-paykeyboard.vue index 2258dff..e60f7ae 100644 --- a/components/yzc-paykeyboard/yzc-paykeyboard.vue +++ b/components/yzc-paykeyboard/yzc-paykeyboard.vue @@ -248,7 +248,7 @@ background: #EBEBEB; display: flex; justify-content: center; - z-index: 2; + z-index: 999; flex-wrap: wrap; transition:all 0.2s ease-in 0.2s; }