Skip to content

Commit b03e39f

Browse files
author
xuqingkai
committed
fix: 🐛 修复Gap组件文档中safeAreaBottom属性名错误的问题
1 parent 6fc786d commit b03e39f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/component/gap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333

3434
```html
35-
<wd-gap bg-color="#FFFFFF"></wd-gap>
35+
<wd-gap safe-area-bottom height="0"></wd-gap>
3636
```
3737

3838
## Attributes
@@ -41,7 +41,7 @@
4141
|-----------------|---------|---------|------------|-------------| -------- |
4242
| height | 高度 | `string`/`number` | - | 15 | - |
4343
| bgColor | 背景颜色 | string | | transparent | - |
44-
| safeAreaBbottom | 底部安全区 | boolean | true/false | false | - |
44+
| safeAreaBottom | 开启底部安全区 | boolean | true/false | false | - |
4545

4646
## 外部样式类
4747

0 commit comments

Comments
 (0)