uniapp editor 插入图片的时候如何不在图片后面换行?
this.editorCtx.insertImage({
src: url,
alt: item.name,
width:14,
height:14,
extClass:'emojiIamge',
success: function(e) {
}
})
Diligent_UI - 【插件开发】【专治疑难杂症】【多款插件已上架:https://ext.dcloud.net.cn/publisher?id=193663(微信搜索飘逸科技UI小程序直接体验)】【骗子请绕道】问题咨询请加QQ群:120594820,代表作灵感实用工具小程序
editorCtx.insertImage({
src: '',
width:20,
nowrap:true, //不换行
height:20,
})
x***@126.com (作者)
不是字体表情,是图片,输入框用的是editor
2022-03-21 19:20