[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
+6
View File
@@ -82,6 +82,12 @@ export default {
### API
#### GoodsAction
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
| safe-area-inset-bottom | 是否开启 iPhone X 底部安全区适配,需要在 `viewport` meta 标签中设置 `viewport-fit=cover` | `Boolean` | `false` | 1.6.15 |
#### GoodsActionMiniBtn
| 参数 | 说明 | 类型 | 默认值 | 版本 |