Commit 2899756c by pangchong

feat: 修改

parent 951aefbc
...@@ -19,7 +19,13 @@ ...@@ -19,7 +19,13 @@
:borderBottom="true" :borderBottom="true"
:required="item.required == '1'" :required="item.required == '1'"
> >
<up-textarea v-model="formData[index].value" placeholder="请输入" :height="40" border="none"></up-textarea> <up-textarea
v-model="formData[index].value"
placeholder="请输入"
:height="40"
:maxlength="-1"
border="none"
></up-textarea>
</up-form-item> </up-form-item>
</template> </template>
<!-- 单选|判断 --> <!-- 单选|判断 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment