From 52fde4a9618e68d56c841eabf555c14da87e1136 Mon Sep 17 00:00:00 2001 From: "@fawn-nine" <1271023382@qq.com> Date: Wed, 19 Jul 2023 11:41:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E7=BE=8E=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/UEditor/ueditor.config.js | 6 +++--- src/components/page/PreIngestedEditor.vue | 6 +++++- src/components/page/articleDetailEditor.vue | 8 ++++++-- src/components/page/comArtHtmlEdit.vue | 6 +++++- src/components/page/editPublicRefRdit.vue | 4 ++-- 5 files changed, 21 insertions(+), 9 deletions(-) diff --git a/public/UEditor/ueditor.config.js b/public/UEditor/ueditor.config.js index 58bac03..916a053 100644 --- a/public/UEditor/ueditor.config.js +++ b/public/UEditor/ueditor.config.js @@ -97,7 +97,7 @@ //,indentValue:'2em' //,initialFrameWidth:1000 //初始化编辑器宽度,默认1000 - //,initialFrameHeight:320 //初始化编辑器高度,默认320 + ,initialFrameHeight:320 //初始化编辑器高度,默认320 //,readonly : false //编辑器初始化结束后,编辑区域是否是只读的,默认是false @@ -254,10 +254,10 @@ //elementPathEnabled //是否启用元素路径,默认是显示 - //,elementPathEnabled : true + ,elementPathEnabled : false //wordCount - //,wordCount:true //是否开启字数统计 + ,wordCount:false //是否开启字数统计 //,maximumWords:10000 //允许的最大字符数 //字数统计提示,{#count}代表当前字数,{#leave}代表还可以输入多少字符数,留空支持多语言自动切换,否则按此配置显示 //,wordCountMsg:'' //当前已输入 {#count} 个字符,您还可以输入{#leave} 个字符 diff --git a/src/components/page/PreIngestedEditor.vue b/src/components/page/PreIngestedEditor.vue index 50089b0..78c225e 100644 --- a/src/components/page/PreIngestedEditor.vue +++ b/src/components/page/PreIngestedEditor.vue @@ -286,7 +286,7 @@ {{msgform.title}}

-->
- +
@@ -703,6 +703,10 @@ }, methods: { + talksave(val){ + this.msgform.ad_content = '' + this.getTalkList() + }, // 刷新引用组件 refrashComp(){ this.$refs.editPublicRefRdit.$forceUpdate() diff --git a/src/components/page/articleDetailEditor.vue b/src/components/page/articleDetailEditor.vue index 1581fdb..47e66dc 100644 --- a/src/components/page/articleDetailEditor.vue +++ b/src/components/page/articleDetailEditor.vue @@ -266,7 +266,7 @@ - +

Manuscript Tracking

@@ -661,7 +661,11 @@ return str; } }, - methods: { + methods: { + talksave(val){ + this.msgform.ad_content = '' + this.getTalkList() + }, //弹出编辑框 testvis() { this.editVisible = true; diff --git a/src/components/page/comArtHtmlEdit.vue b/src/components/page/comArtHtmlEdit.vue index d5c94d7..2fc2deb 100644 --- a/src/components/page/comArtHtmlEdit.vue +++ b/src/components/page/comArtHtmlEdit.vue @@ -13,7 +13,9 @@
-

+
+

+

{{item.note}} @@ -956,4 +958,6 @@ import VueUeditorWrap from 'vue-ueditor-wrap'; // ES6 Module display: block; } .istitle{margin: 20px 0;} + .Ptitle{background: rgb(23, 138, 184); padding: 4px; margin: 15px 0;} + .Ptitle p{margin-bottom: 0 !important; font-weight: bold; color: #fff !important;} diff --git a/src/components/page/editPublicRefRdit.vue b/src/components/page/editPublicRefRdit.vue index cc9ff44..98324fc 100644 --- a/src/components/page/editPublicRefRdit.vue +++ b/src/components/page/editPublicRefRdit.vue @@ -916,9 +916,9 @@ export default {