You need to sign in or sign up before continuing.
hookehuyr

fix 只读显示效果优化

<!--
* @Date: 2022-09-14 14:44:30
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-06-13 15:38:00
* @LastEditTime: 2024-06-17 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"
......