feat(NumberKeyboard): enable safe-area-inset-bottom by default (#4544)

This commit is contained in:
neverland
2019-09-23 15:55:00 +08:00
committed by GitHub
parent 77b08b15db
commit 4427954606
6 changed files with 18 additions and 32 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ export default {
| delete-button-text | 删除按钮文字 | *string* | `删除` | - |
| show-delete-key | 是否展示删除按钮 | *boolean* | `true` | - |
| hide-on-click-outside | 点击外部时是否收起键盘 | *boolean* | `true` | - |
| 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