ueditor首行缩进问题

2024-10-13 16:02:04

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

ueditor首行缩进问题

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

ueditor首行缩进问题

3、进入编辑器测试一下

ueditor首行缩进问题
猜你喜欢