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
You need to sign in or sign up before continuing.
Authored by
hookehuyr
2024-06-17 15:52:24 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c19db6a2ec8c8cbe944aa22667eee6a064b472fc
c19db6a2
1 parent
a415f146
fix 只读显示效果优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/NumberField/index.vue
src/components/NumberField/index.vue
View file @
c19db6a
<!--
* @Date: 2022-09-14 14:44:30
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-06-1
3 15:38:00
* @LastEditTime: 2024-06-1
7 15:51:41
* @FilePath: /data-table/src/components/NumberField/index.vue
* @Description: 数字输入框
-->
...
...
@@ -23,7 +23,7 @@
:placeholder="item.component_props.placeholder"
:rules="rules"
:required="item.component_props.required"
:
disabled
="item.component_props.readonly"
:
readonly
="item.component_props.readonly"
readonly
@touchstart.stop="showKeyboard($event)"
:border="false"
...
...
Please
register
or
login
to post a comment