From 5d94afd60f5cc4207be8a635c22fbb80e52c3154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=89=8D=E6=B9=BE=E7=94=9F=E6=B4=BB=E5=9C=88?= Date: Mon, 24 Feb 2025 09:47:25 +0000 Subject: [PATCH] =?UTF-8?q?update=20uni=5Fmodules/uv-badge/components/uv-b?= =?UTF-8?q?adge/props.js.=20=E5=A2=9E=E5=8A=A0zIndex=20=E5=8F=82=E6=95=B0?= =?UTF-8?q?=20=E9=98=B2=E6=AD=A2=E5=90=AF=E7=94=A8=E7=BB=9D=E5=AF=B9?= =?UTF-8?q?=E5=AE=9A=E4=BD=8D=E6=97=B6=E8=A2=AB=E5=85=B6=E4=BB=96=E5=85=83?= =?UTF-8?q?=E7=B4=A0=E9=81=AE=E6=8C=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 前湾生活圈 --- uni_modules/uv-badge/components/uv-badge/props.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/uni_modules/uv-badge/components/uv-badge/props.js b/uni_modules/uv-badge/components/uv-badge/props.js index c6369c3..c961f86 100644 --- a/uni_modules/uv-badge/components/uv-badge/props.js +++ b/uni_modules/uv-badge/components/uv-badge/props.js @@ -68,6 +68,10 @@ export default { type: Boolean, default: false }, + zIndex: { + type: [Number, String], + default: 99 + }, ...uni.$uv?.props?.badge } } \ No newline at end of file -- Gitee