From eabc6578beb9f6fd88d6663a574988f24095b73d Mon Sep 17 00:00:00 2001 From: Yanming Deng Date: Thu, 23 Jun 2022 16:02:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=20arc-pop=20=E7=A4=BA?= =?UTF-8?q?=E4=BE=8B=E7=9A=84=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/view/arc-popup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/component/view/arc-popup.md b/docs/component/view/arc-popup.md index d80f8c46e..a2bdafcb0 100644 --- a/docs/component/view/arc-popup.md +++ b/docs/component/view/arc-popup.md @@ -53,7 +53,7 @@ title: 弧形滚动弹出层 ArcPopup ```wxml 设置组件弧度 - + ``` :::img ![height=300](/screenshots/arc-popup/3.png) @@ -66,7 +66,7 @@ title: 弧形滚动弹出层 ArcPopup ```wxml 设置遮罩区域透明度 - + ``` :::img ![height=300](/screenshots/arc-popup/4.png) @@ -79,7 +79,7 @@ title: 弧形滚动弹出层 ArcPopup ```wxml 从上方弹出 - + ``` :::img ![height=300](/screenshots/arc-popup/5.png)