<textarea
v-if="!inputStatus"
v-model="inputvalue"
auto-height
:show-confirm-bar="false"
:maxlength="-1"
:disable-default-padding="true"
:cursor-spacing="20"
:adjust-position="false"
placeholder="有话你就问"
@focus="inputFocus(false)"
@blur="inputFocus(true)"
@input="inputIput"
/>
textarea {
width: 100%;
max-height: 180rpx;
font-size: 26rpx;
font-family: PingFangSCLight;
line-height: 26rpx;
word-wrap: break-word;
}
1***@qq.com
这种试了不行,textarea在css中加或者在行内加,安卓手机上单词还是被从中间打断了,苹果就好着
2023-10-11 10:39