We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc786d commit b03e39fCopy full SHA for b03e39f
1 file changed
docs/component/gap.md
@@ -32,7 +32,7 @@
32
33
34
```html
35
-<wd-gap bg-color="#FFFFFF"></wd-gap>
+<wd-gap safe-area-bottom height="0"></wd-gap>
36
```
37
38
## Attributes
@@ -41,7 +41,7 @@
41
|-----------------|---------|---------|------------|-------------| -------- |
42
| height | 高度 | `string`/`number` | - | 15 | - |
43
| bgColor | 背景颜色 | string | | transparent | - |
44
-| safeAreaBbottom | 底部安全区 | boolean | true/false | false | - |
+| safeAreaBottom | 开启底部安全区 | boolean | true/false | false | - |
45
46
## 外部样式类
47
0 commit comments