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}}
-->
{{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 {