fix:限制输入最大值设置

This commit is contained in:
wyx
2023-03-08 11:38:13 +08:00
parent bd32f48399
commit 316add9911
7 changed files with 16 additions and 15 deletions

View File

@@ -1005,7 +1005,7 @@
<span>开始前:</span>
<a-input-number
:min="0"
:max="300"
:max="999999"
:precision="0"
style="
width: 100px;
@@ -1021,7 +1021,7 @@
<span>开始后:</span>
<a-input-number
:min="0"
:max="300"
:max="999999"
:precision="0"
style="
width: 100px;