@@ -24,7 +24,14 @@
</el-col>
<el-col :span="24" v-if="item.type === '2'">
- <el-input type="textarea" placeholder="请输入内容" v-model="form.answer" :autosize="{ minRows: 4, maxRows: 6 }" maxlength="300" show-word-limit>
+ <el-input
+ type="textarea"
+ placeholder="请输入内容"
+ v-model="form.answer"
+ :autosize="{ minRows: 4, maxRows: 10 }"
+ maxlength="300"
+ show-word-limit
+ >
</el-input>
@@ -87,6 +94,6 @@ export default {
padding: 0 20px;
}
button {
- width: 335px;
+ width: 322px;
</style>