如图,刚开始时看到标识”0/200"悬停在左上角,
它只能随文本内容不断改变位置,请问如何调整让其维持在右下角呢?请赐教,不胜感激。
<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>