feat:完善字数限制

This commit is contained in:
dongwug
2022-10-21 16:12:45 +08:00
parent eb708d7823
commit cdf0c5e4ec
11 changed files with 32 additions and 5 deletions

View File

@@ -33,6 +33,7 @@
v-model:value="inputV1"
style="width: 424px; height: 32px"
placeholder="请输入考试名称"
maxlength="20"
/>
</div>
</div>
@@ -45,6 +46,7 @@
v-model:value="textV1"
placeholder="请输入考试说明"
allow-clear
maxlength="150"
/>
</div>
</div>