mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-04 00:24:29 +08:00
新增导出面板,便于转载拷贝发布;
This commit is contained in:
@@ -12,9 +12,6 @@
|
||||
<script src="/static/lib/prismjs/prism.js"></script>
|
||||
<script src="/static/lib/clipboard/clipboard.js"></script>
|
||||
<style>
|
||||
.ql-editor {
|
||||
padding: unset
|
||||
}
|
||||
|
||||
.share {
|
||||
cursor: pointer;
|
||||
@@ -238,11 +235,6 @@
|
||||
})
|
||||
})
|
||||
|
||||
$('.ql-editor pre').each(function (n, e) {
|
||||
|
||||
hljs.highlightBlock(e);
|
||||
})
|
||||
|
||||
$('.share').click(function () {
|
||||
var html = $('.share-tips-options').prop("outerHTML")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user