提交 0a8b6bcb 编写于 作者: Z zhukai 提交者: bao liang

change maxlength from 128 to 256 (#1451)

上级 1bf6bdd4
......@@ -25,7 +25,7 @@
type="text"
v-model="localParamsList[$index].prop"
:placeholder="$t('prop(required)')"
maxlength="128"
maxlength="256"
@on-blur="_verifProp()"
:style="inputStyle">
</x-input>
......@@ -60,7 +60,7 @@
type="text"
v-model="localParamsList[$index].value"
:placeholder="$t('value(optional)')"
maxlength="128"
maxlength="256"
@on-blur="_handleValue()"
:style="inputStyle">
</x-input>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册