<textarea :class="iptIsFull?'big-textarea':'ipt'"
:style="iptIsFull?'bottom:'+iptHeight+'px;':'max-height: 30vh;'" :auto-height="!iptIsFull"
@keyboardheightchange="textAreaKeyboardHeightChange" :show-confirm-bar="false" name="question"
v-model="question" :maxlength="-1" :adjust-position="false" placeholder="你想和我聊点什么呢"></textarea>
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
单独做个代码片段看看呢, 是不是其他元素遮住了 textarea 影响的