Showing
3 changed files
with
5 additions
and
1 deletions
| ... | @@ -29,6 +29,7 @@ | ... | @@ -29,6 +29,7 @@ |
| 29 | @blur="blurKeyboard()" | 29 | @blur="blurKeyboard()" |
| 30 | @input="onInput" | 30 | @input="onInput" |
| 31 | @delete="onDelete" | 31 | @delete="onDelete" |
| 32 | + safe-area-inset-bottom | ||
| 32 | /> | 33 | /> |
| 33 | <van-number-keyboard | 34 | <van-number-keyboard |
| 34 | v-model="item.value" | 35 | v-model="item.value" |
| ... | @@ -39,6 +40,7 @@ | ... | @@ -39,6 +40,7 @@ |
| 39 | @blur="blurKeyboard()" | 40 | @blur="blurKeyboard()" |
| 40 | @input="onInput" | 41 | @input="onInput" |
| 41 | @delete="onDelete" | 42 | @delete="onDelete" |
| 43 | + safe-area-inset-bottom | ||
| 42 | /> | 44 | /> |
| 43 | </div> | 45 | </div> |
| 44 | </template> | 46 | </template> | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-09-02 10:46:03 | 2 | * @Date: 2022-09-02 10:46:03 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2022-11-21 14:59:02 | 4 | + * @LastEditTime: 2022-12-08 17:47:30 |
| 5 | * @FilePath: /data-table/src/components/PhoneField/index.vue | 5 | * @FilePath: /data-table/src/components/PhoneField/index.vue |
| 6 | * @Description: 手机输入框 | 6 | * @Description: 手机输入框 |
| 7 | --> | 7 | --> |
| ... | @@ -30,6 +30,7 @@ | ... | @@ -30,6 +30,7 @@ |
| 30 | :show="show" | 30 | :show="show" |
| 31 | :maxlength="11" | 31 | :maxlength="11" |
| 32 | @blur="blurKeyboard()" | 32 | @blur="blurKeyboard()" |
| 33 | + safe-area-inset-bottom | ||
| 33 | /> | 34 | /> |
| 34 | </div> | 35 | </div> |
| 35 | </template> | 36 | </template> | ... | ... |
-
Please register or login to post a comment