Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-12-08 17:47:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
486950148b33437e9ceddce09fc145da3f4c124a
48695014
1 parent
d08ecfb6
新增开启底部安全区适配
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletions
src/components/IdentityField/index.vue
src/components/NumberField/index.vue
src/components/PhoneField/index.vue
src/components/IdentityField/index.vue
View file @
4869501
...
...
@@ -31,6 +31,7 @@
@blur="blurKeyboard()"
@input="onInput"
@delete="onDelete"
safe-area-inset-bottom
/>
</div>
</template>
...
...
src/components/NumberField/index.vue
View file @
4869501
...
...
@@ -29,6 +29,7 @@
@blur="blurKeyboard()"
@input="onInput"
@delete="onDelete"
safe-area-inset-bottom
/>
<van-number-keyboard
v-model="item.value"
...
...
@@ -39,6 +40,7 @@
@blur="blurKeyboard()"
@input="onInput"
@delete="onDelete"
safe-area-inset-bottom
/>
</div>
</template>
...
...
src/components/PhoneField/index.vue
View file @
4869501
<!--
* @Date: 2022-09-02 10:46:03
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-1
1-21 14:59:02
* @LastEditTime: 2022-1
2-08 17:47:30
* @FilePath: /data-table/src/components/PhoneField/index.vue
* @Description: 手机输入框
-->
...
...
@@ -30,6 +30,7 @@
:show="show"
:maxlength="11"
@blur="blurKeyboard()"
safe-area-inset-bottom
/>
</div>
</template>
...
...
Please
register
or
login
to post a comment