From 5bfecc89985de9ef2f554d1a914e153d183990eb 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:28:36 +0000 Subject: [PATCH] =?UTF-8?q?update=20uni=5Fmodules/uv-modal/components/uv-m?= =?UTF-8?q?odal/uv-modal.vue.=20=E5=A4=A9=E6=9C=BA=E5=B1=82=E7=BA=A7?= =?UTF-8?q?=E5=8F=82=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/uv-modal.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/uni_modules/uv-modal/components/uv-modal/uv-modal.vue b/uni_modules/uv-modal/components/uv-modal/uv-modal.vue index 8d6129a..0d0ec0c 100644 --- a/uni_modules/uv-modal/components/uv-modal/uv-modal.vue +++ b/uni_modules/uv-modal/components/uv-modal/uv-modal.vue @@ -3,6 +3,7 @@ mode="center" :zoom="zoom" :show="show" + :zIndex="zIndex" :customStyle="{ borderRadius: '6px', overflow: 'hidden', -- Gitee