• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    百度编辑器ueditor前台代码高亮无法自动换行解决方法

    问题描述:

    在内容里面插入代码高亮显示,后台编辑器中是可以自动换行的,但是发表后,在前台查看,发现代码不能自动换行,直接超出了内容页的边界,极不美观,虽然复制是可以完整的。

    解决办法:

    找到高亮代码显示的css文件  /e/data/ecmseditor/ueditor/third-party/SyntaxHighlighter/shCoreDefault.css

    具体的路径根据你的ueditor做改动

    找到

    复制代码 代码如下:

    .syntaxhighlighter{width:100%!important;margin:.3em 0 .3em 0!important;position:relative!important;overflow:auto!important;background-color:#f5f5f5!important;border:1px solid #ccc!important;

    改成

    复制代码 代码如下:

    .syntaxhighlighter{width:100%!important;margin:.3em 0 .3em 0!important;position:relative!important;overflow:auto!important;background-color:#f5f5f5!important;border:1px solid #ccc!important;word-break:break-all;

    就是加上  word-break:break-all;

    可能不同的ueditor版本css写法不一样,只要对应的位置加上这个强制换行就可以了

    最终效果

    您可能感兴趣的文章:
    • 免费开源百度编辑器(UEditor)使用方法
    • ASP.NET中集成百度编辑器UEditor
    • yii2整合百度编辑器umeditor及umeditor图片上传问题的解决办法
    上一篇:syntaxhighlighter 去掉右上角问号图标的三种方法
    下一篇:FCKeditor 在chrome中不显示问题
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    百度编辑器ueditor前台代码高亮无法自动换行解决方法 百度,编辑器,ueditor,前台,