<van-cell-group>
<van-field type="textarea"
rows="50"
autosize
input-align="left"
maxlength="200"
show-word-limit
:value="form.question"
@input="form.question=$event.mp.detail"
@change="checkQuestion"
custom-style="height:40vw;border:1px solid red;padding:2vw;font-size:15px;line-height:1.5"
placeholder="请描述你的问题,我们会尽快处理"/>
</van-cell-group>
给个input-class="textarea"
.textarea{min-height: 200px}
设置最小高度
给他一个盒子包裹起来,字数哪个可以使用定位来做
你要找到控件的class类名,在vue文件的style强制去改,把标签上的scope也去掉