diff --git a/src/goods-action/README.md b/src/goods-action/README.md index 714c2e1ce..c169e1d63 100644 --- a/src/goods-action/README.md +++ b/src/goods-action/README.md @@ -82,7 +82,7 @@ Use `badge` prop to show badge in icon | Attribute | Description | Type | Default | |------|------|------|------| -| safe-area-inset-bottom | Whether to enable bottom safe area adaptation | *boolean* | `false` | +| safe-area-inset-bottom | Whether to enable bottom safe area adaptation | *boolean* | `true` | ### GoodsActionIcon Props diff --git a/src/goods-action/README.zh-CN.md b/src/goods-action/README.zh-CN.md index ef152f087..04f81cccc 100644 --- a/src/goods-action/README.zh-CN.md +++ b/src/goods-action/README.zh-CN.md @@ -86,7 +86,7 @@ export default { | 参数 | 说明 | 类型 | 默认值 | |------|------|------|------| -| safe-area-inset-bottom | 是否开启[底部安全区适配](#/zh-CN/quickstart#di-bu-an-quan-qu-gua-pei) | *boolean* | `false` | +| safe-area-inset-bottom | 是否开启[底部安全区适配](#/zh-CN/quickstart#di-bu-an-quan-qu-gua-pei) | *boolean* | `true` | ### GoodsActionIcon Props diff --git a/src/goods-action/demo/index.vue b/src/goods-action/demo/index.vue index 181ee75d3..36001d5c4 100644 --- a/src/goods-action/demo/index.vue +++ b/src/goods-action/demo/index.vue @@ -1,7 +1,7 @@