Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/component/view/arc-popup.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ title: 弧形滚动弹出层 ArcPopup
```wxml
<l-arc-popup show="{{true}}" arc-radius="50">
设置组件弧度
</l--arc-popup>
</l-arc-popup>
```
:::img
![height=300](/screenshots/arc-popup/3.png)
Expand All @@ -66,7 +66,7 @@ title: 弧形滚动弹出层 ArcPopup
```wxml
<l-arc-popup show="{{true}}" opacity="0.8">
设置遮罩区域透明度
</l--arc-popup>
</l-arc-popup>
```
:::img
![height=300](/screenshots/arc-popup/4.png)
Expand All @@ -79,7 +79,7 @@ title: 弧形滚动弹出层 ArcPopup
```wxml
<l-arc-popup show="{{true}}" direction="top">
从上方弹出
</l--arc-popup>
</l-arc-popup>
```
:::img
![height=300](/screenshots/arc-popup/5.png)
Expand Down