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

@@ -76,6 +76,7 @@
<div class="btnbox">
<a-input-number
:min="0"
:max="999999"
:precision="0"
style="width: 400px; height: 40px; border-radius: 8px"
v-model:value="formData.activityDuration"
@@ -153,7 +154,7 @@
<span>活动开始前</span>
<a-input-number
:min="0"
:max="30"
:max="999999"
:precision="0"
style="
width: 88px;
@@ -171,7 +172,7 @@
<span>活动开始后</span>
<a-input-number
:min="0"
:max="30"
:max="999999"
:precision="0"
style="
width: 88px;