提交 9a83dcdb 编写于 作者: Z zhangyufei

feat: 步进器步长修改

上级 997c2ec3
......@@ -83,7 +83,7 @@ export default {
this.val1 = (Number(this.val1) + Number(0.1)).toFixed(1);
},
reduce() {
this.val1 = Math.max(Number(this.val1) - 1, 0).toFixed(1);
this.val1 = Math.max(Number(this.val1) - Number(0.1), 0).toFixed(1);
},
},
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册