亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

html5 - Why does Baidu Ueditor's code highlighting conflict with the code segment scroll bar?
黃舟
黃舟 2017-05-16 13:42:16
0
1
1183

This is normal code display (from the database), highlighting is not turned on at this time

Enable highlighting as follows in the document:

<script type="text/javascript" charset="utf-8" src="./ueditor/ueditor.all.min.js"></script>
<script type="text/javascript" charset="utf-8" src="./ueditor/lang/zh-cn/zh-cn.js"></script>
  <script>
    SyntaxHighlighter.all();
  </script>

Afterwards, the code displayed on the web page does show the highlight, but the scroll bar is lost

How can I have both highlighting and scroll bars?

黃舟
黃舟

人生最曼妙的風(fēng)景,竟是內(nèi)心的淡定與從容!

reply all(1)
滿天的星座

<script type="text/javascript" charset="utf-8" src="./ueditor/ueditor.all.min.js"></script>
<script type="text/javascript" charset="utf-8" src="./ueditor/lang/zh-cn/zh-cn.js"></script>
<script>

SyntaxHighlighter.all();

</script>

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template