ueditor富文本 修改自适应宽度
修改ueditor.all.js 找到setFullScreen方法 editor.iframe.parentNode.style.width设置为"100%"
<script type="text/javascript"> var editor = new UE.ui.Editor({ initialFrameHeight:100,initialFrameWidth:400 }); editor.render("content"); UE.getEditor("content"); </script>
设置固定高度