1、解决方案: 打开ueditor/dialogs/preview/preview.html

2、找到body节点下面这一句 document.getElementById('preview').innerHTML = editor.getContent();

3、 在它上面加一句 parent.document.getElementById('edui_fixedlayer').style.top = '46px';

时间:2026-02-17 06:27:15
1、解决方案: 打开ueditor/dialogs/preview/preview.html

2、找到body节点下面这一句 document.getElementById('preview').innerHTML = editor.getContent();

3、 在它上面加一句 parent.document.getElementById('edui_fixedlayer').style.top = '46px';
