|
@@ -65,7 +65,7 @@
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="chatInput">
|
|
<el-col :span="24" class="chatInput">
|
|
<el-col :span="19" class="input">
|
|
<el-col :span="19" class="input">
|
|
- <el-input type="textarea" v-model="content"></el-input>
|
|
|
|
|
|
+ <el-input type="textarea" maxlength="5000" show-word-limit v-model="content"></el-input>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="5" class="btn">
|
|
<el-col :span="5" class="btn">
|
|
<el-button type="primary" size="mini" @click="chatCreate">发送</el-button>
|
|
<el-button type="primary" size="mini" @click="chatCreate">发送</el-button>
|