uniapp uView2.0 input组件,数字统计showWordLimit去除,改底层input组件添加

uniapp uView2.0 input组件,数字统计showWordLimit去除,改底层input组件添加

引用input组件添加数字统计showWordLimit=”true”

<u–inputtype=“text”maxlength=“10”placeholder=“请填写具体诊断”border=“none” @change=“change”placeholderStyle=“color:#CCCCCC;font-size: 28rpx;height: 40rpx;font-weight: 500;line-height: 33rpx;”showWordLimit=“true”></u-青狐资源网wcqh.cn-input>

文件uni-modules/components/u-input/u-input.vue添加修改代码

//在input标签后添加:<textclass=“u-input__showWordLimit”:style=“{ background-color: disabled ? transparent : #fff, }” vif=“showWordLimit”>{{ innerValue.length }}/{{ maxlength }}</text>//style里.u-input下添加&__showWordLimit { position: absolute; right:5px; bottom:2青狐资源网wcqh.cnpx; fontsize:12px; color: $utipscolor; backgroundcolor:#ffffff; padding:1px4px;}

© 版权声明
THE END
喜欢就支持一下吧
点赞315 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容