您的位置首页百科问答

ueditor首行缩进问题

ueditor首行缩进问题

的有关信息介绍如下:

ueditor首行缩进问题

ueditor编辑器首行缩进改变字体大小后就不对了

打开ueditor编辑器中ueditor.all.js文件

找到函数mergeWithParent,修改parent.tagName == 'SPAN'为parent.tagName == 'P'

进入编辑器测试一下