|
@@ -23,7 +23,7 @@
|
|
style="width:125px;"
|
|
style="width:125px;"
|
|
v-model.number="modalForm.topicNo"
|
|
v-model.number="modalForm.topicNo"
|
|
:min="1"
|
|
:min="1"
|
|
- :max="20"
|
|
|
|
|
|
+ :max="100"
|
|
:step="1"
|
|
:step="1"
|
|
step-strictly
|
|
step-strictly
|
|
:controls="false"
|
|
:controls="false"
|
|
@@ -42,7 +42,7 @@
|
|
style="width:40px;"
|
|
style="width:40px;"
|
|
v-model="modalForm.startNumber"
|
|
v-model="modalForm.startNumber"
|
|
:min="0"
|
|
:min="0"
|
|
- :max="100"
|
|
|
|
|
|
+ :max="999"
|
|
:step="1"
|
|
:step="1"
|
|
step-strictly
|
|
step-strictly
|
|
:controls="false"
|
|
:controls="false"
|
|
@@ -52,7 +52,7 @@
|
|
style="width:40px;"
|
|
style="width:40px;"
|
|
v-model="modalForm.endNumber"
|
|
v-model="modalForm.endNumber"
|
|
:min="modalForm.startNumber"
|
|
:min="modalForm.startNumber"
|
|
- :max="100"
|
|
|
|
|
|
+ :max="999"
|
|
:step="1"
|
|
:step="1"
|
|
step-strictly
|
|
step-strictly
|
|
:controls="false"
|
|
:controls="false"
|