Commit f25d0809 by qinjianhui

fix: number 类型的输入框添加 @wheel.prevent

parent 8820c70f
...@@ -88,6 +88,7 @@ ...@@ -88,6 +88,7 @@
type="number" type="number"
:min="0" :min="0"
style="width: 100px" style="width: 100px"
@wheel.prevent
/> />
</template> </template>
</TableView> </TableView>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment