Authored by 陈峰

some bugs

... ... @@ -38,5 +38,9 @@ export default {
.ivu-cascader {
max-width: 300px;
}
.ivu-date-picker {
width: 100%;
}
}
</style>
... ...
... ... @@ -7,15 +7,12 @@
咨询回复
</p>
<div style="text-align: center">
<filter-item>
<Input
type = "textarea"
:rows = "10"
placeholder="请输入文字内容"
:maxlength="250"
v-model="answer"
@on-enter="submit"/>
</filter-item>
<Input
type = "textarea"
:rows = "10"
placeholder="请输入文字内容"
:maxlength="250"
v-model="answer"/>
</div>
<div style="text-align: right">
<span style="color: #999; font-size: 10px; margin-top: 2px;">{{textMsg}}</span>
... ...