feat(Sku): add safe-area-inset-bottom prop (#4428)

This commit is contained in:
neverland
2019-09-11 16:14:17 +08:00
committed by GitHub
parent 98eb54e534
commit 9e085c4c04
4 changed files with 13 additions and 5 deletions

View File

@@ -36,6 +36,7 @@ export default createComponent({
customSkuValidator: Function,
closeOnClickOverlay: Boolean,
disableStepperInput: Boolean,
safeAreaInsetBottom: Boolean,
resetSelectedSkuOnHide: Boolean,
quota: {
type: Number,
@@ -549,6 +550,7 @@ export default createComponent({
class="van-sku-container"
getContainer={this.getContainer}
closeOnClickOverlay={this.closeOnClickOverlay}
safeAreaInsetBottom={this.safeAreaInsetBottom}
>
{Header}
<div class="van-sku-body" style={this.bodyStyle}>