Fix:3952 【商城小程序】评论输入框跟随文本长度自适应变化
This commit is contained in:
@@ -61,9 +61,11 @@
|
||||
<view style="width: 100%">
|
||||
<u-textarea
|
||||
v-model="content"
|
||||
:maxlength="500"
|
||||
@blur="onBlur"
|
||||
@focus="commentInputFocus"
|
||||
@change="commentInputChange"
|
||||
:maxheight="200"
|
||||
:showConfirmBar="false"
|
||||
:focus="autoFocus"
|
||||
autoHeight
|
||||
|
||||
Reference in New Issue
Block a user