|
@@ -24,7 +24,14 @@
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" v-if="item.type === '2'">
|
|
<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>
|
|
</el-input>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -87,6 +94,6 @@ export default {
|
|
padding: 0 20px;
|
|
padding: 0 20px;
|
|
}
|
|
}
|
|
button {
|
|
button {
|
|
- width: 335px;
|
|
|
|
|
|
+ width: 322px;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|