[new feature] GoodsAction: add safe-area-inset-bottom prop (#3174)

This commit is contained in:
neverland
2019-04-18 20:15:20 +08:00
committed by GitHub
parent 49f4be180f
commit af09a7cb88
4 changed files with 32 additions and 4 deletions
+5
View File
@@ -83,6 +83,11 @@ Use `info` prop to show messages in upper right corner of icon
### API
#### GoodsAction
| Attribute | Description | Type | Default |
| safe-area-inset-bottom | Whether to enable bottom safe area adaptation, to enable those features use `viewport-fit=cover` in the `viewport` meta tag | `Boolean` | `false` |
#### GoodsActionMiniBtn
| Attribute | Description | Type | Default |