This commit is contained in:
yanran200730
2022-08-09 16:26:56 +08:00
parent 37b470cc6c
commit 5aead81caa

View File

@@ -52,7 +52,7 @@
</div>
</el-form-item>
<el-form-item label="发送内容" prop="content" style="width: 100%;" :rules="[{ required: true, message: '请输入发送内容', trigger: 'blur' }]">
<el-input size="small" type="textarea" :rows="6" maxlength="2000" show-word-limit placeholder="请输入文本内容..." v-model="form.content"></el-input>
<el-input size="small" type="textarea" :rows="6" maxlength="1300" show-word-limit placeholder="请输入文本内容..." v-model="form.content"></el-input>
<div class="add">
<div class="fileList" v-if="fileList.length">
<div class="add-item" v-for="(item, index) in fileList" :key="index">
@@ -177,7 +177,7 @@
<el-input
size="small"
placeholder="请输入标题"
maxlength="128"
maxlength="42"
show-word-limit
v-model="linkForm.linkTitle">
</el-input>
@@ -186,7 +186,7 @@
<el-input
size="small"
placeholder="请输入链接"
maxlength="2048"
maxlength="682"
show-word-limit
v-model="linkForm.linkUrl">
</el-input>
@@ -195,7 +195,7 @@
<el-input
size="small"
placeholder="请输入描述"
maxlength="512"
maxlength="170"
show-word-limit
v-model="linkForm.linkDesc">
</el-input>
@@ -232,7 +232,7 @@
<el-input
size="small"
placeholder="请输入标题"
maxlength="64"
maxlength="20"
show-word-limit
v-model="miniAppForm.mpTitle">
</el-input>