From d172ce7ffcfebf29b184b57a7f74a25acad1f967 Mon Sep 17 00:00:00 2001 From: weisheng <1780903673@qq.com> Date: Sun, 12 May 2024 13:13:16 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20=20Curtain?= =?UTF-8?q?=E7=BB=84=E4=BB=B6width=E5=B1=9E=E6=80=A7=E6=A0=87=E8=AE=B0?= =?UTF-8?q?=E4=B8=BAnumber=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✅ Closes: #303 --- docs/component/curtain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component/curtain.md b/docs/component/curtain.md index b61c2d24..c83de353 100644 --- a/docs/component/curtain.md +++ b/docs/component/curtain.md @@ -103,7 +103,7 @@ function handleClose() { |-----|-----|------|-------|-------|--------| | value | 绑定值,展示/关闭幕帘 | boolean | - | - | - | | src | 幕帘图片地址,必须使用网络地址 | string | - | - | - | -| width | 幕帘图片宽度 | string | - | - | - | +| width | 幕帘图片宽度,默认单位px | number | - | - | - | | to | 幕帘图片点击链接 | string | - | - | - | | close-position | 关闭按钮位置 | string | inset / top / bottom / top-left / top-right / bottom-left / bottom-right | inset | - | | close-on-click-modal | 点击遮罩是否关闭 | boolean | - | false | - |