From 30cf06c8e0b056a7bd662ee4f4b4f51a341f9948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=E6=98=B5=E7=A7=B0=E9=87=8D=E8=A6=81=E5=90=97O?= <1006213+mxp131011@user.noreply.gitee.com> Date: Sun, 11 Jun 2023 01:27:44 +0000 Subject: [PATCH] =?UTF-8?q?update=20uni=5Fmodules/uv-modal/components/uv-m?= =?UTF-8?q?odal/props.js.=20=E6=B7=BB=E5=8A=A0=E5=B1=82=E7=BA=A7=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: O昵称重要吗O <1006213+mxp131011@user.noreply.gitee.com> --- uni_modules/uv-modal/components/uv-modal/props.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/uni_modules/uv-modal/components/uv-modal/props.js b/uni_modules/uv-modal/components/uv-modal/props.js index 48704ee..fe75d89 100644 --- a/uni_modules/uv-modal/components/uv-modal/props.js +++ b/uni_modules/uv-modal/components/uv-modal/props.js @@ -55,6 +55,11 @@ export default { type: Boolean, default: true }, + // 层级 + zIndex: { + type: [String, Number], + default: 10075 + }, // 是否异步关闭,只对确定按钮有效 asyncClose: { type: Boolean, -- Gitee