diff --git a/src/action-sheet/README.md b/src/action-sheet/README.md
index b3dc110dd..f556467e2 100644
--- a/src/action-sheet/README.md
+++ b/src/action-sheet/README.md
@@ -106,7 +106,7 @@ export default {
| lock-scroll | Whether to lock background scroll | *boolean* | `true` | - |
| duration | Transition duration, unit second | *number* | `0.3` | 2.0.3 |
| get-container | Return the mount node for action-sheet | *string \| () => Element* | - | - |
-| 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` | - |
### Events
diff --git a/src/action-sheet/README.zh-CN.md b/src/action-sheet/README.zh-CN.md
index 1d02fe543..b06c6b2e5 100644
--- a/src/action-sheet/README.zh-CN.md
+++ b/src/action-sheet/README.zh-CN.md
@@ -120,7 +120,7 @@ export default {
| lock-scroll | 是否锁定背景滚动 | *boolean* | `true` | - |
| duration | 动画时长,单位秒 | *number* | `0.3` | 2.0.3 |
| get-container | 指定挂载的节点,可以传入选择器,
或一个返回节点的函数 | *string \| () => Element* | - | - |
-| 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` | - |
### Events
diff --git a/src/action-sheet/demo/index.vue b/src/action-sheet/demo/index.vue
index e7a7f2dc5..b0f9bb3ef 100644
--- a/src/action-sheet/demo/index.vue
+++ b/src/action-sheet/demo/index.vue
@@ -1,64 +1,29 @@
-
- {{ $t('buttonText') }}
-
-
+ {{ $t('buttonText') }}
+
-
- {{ $t('buttonText') }}
-
-
+ {{ $t('buttonText') }}
+
-
- {{ $t('buttonText') }}
-
+ {{ $t('buttonText') }}
-
- {{ $t('buttonText') }}
-
-
+ {{ $t('buttonText') }}
+
{{ $t('content') }}
@@ -130,7 +95,7 @@ export default {