fix:修改添加面授课编辑面授课时时间回显问题,修改创建调研问题字段长度

This commit is contained in:
wyx
2022-12-29 11:12:08 +08:00
parent 406d2c3e1c
commit cd5e3fd097
7 changed files with 10 additions and 9 deletions

View File

@@ -10,7 +10,7 @@
<a-input
v-model:value="curItem.inputVal"
show-count
:maxlength="30"
:maxlength="100"
style="border-radius: 8px"
/>
</div>