diff --git a/public/UEditor/ueditor.config.js b/public/UEditor/ueditor.config.js index a5cd69f..2d0fdbf 100644 --- a/public/UEditor/ueditor.config.js +++ b/public/UEditor/ueditor.config.js @@ -36,7 +36,8 @@ , toolbars: [[ 'fullscreen', 'source', // '|', 'undo', 'redo', '|', - // 'bold', 'italic', 'underline', 'fontborder', 'strikethrough', 'superscript', 'subscript', + 'bold', 'italic', + // 'underline', 'fontborder', 'strikethrough', 'superscript', 'subscript', // 'removeformat', 'formatmatch', 'autotypeset', 'blockquote', 'pasteplain', '|', 'forecolor', 'backcolor', 'insertorderedlist', 'insertunorderedlist', // 'selectall', 'cleardoc', '|', // 'rowspacingtop', 'rowspacingbottom', 'lineheight', '|', diff --git a/src/components/page/comArtHtmlEdit.vue b/src/components/page/comArtHtmlEdit.vue index 8f3be84..5e969b9 100644 --- a/src/components/page/comArtHtmlEdit.vue +++ b/src/components/page/comArtHtmlEdit.vue @@ -12,7 +12,7 @@ {{detailTitle}}
@@ -20,10 +20,15 @@
Paste the contents of the wold file here, delete the carriage return at the end and click "Submit".
+