diff --git a/src/components/page/editPublicRefRdit.vue b/src/components/page/editPublicRefRdit.vue index 8bdede4..338ee48 100644 --- a/src/components/page/editPublicRefRdit.vue +++ b/src/components/page/editPublicRefRdit.vue @@ -229,6 +229,9 @@
+
+

Paste the contents of the wold file here, delete the carriage return at the end and click "Submit".

+
@@ -245,7 +248,7 @@ export default { data(){ return{ ue: null, - wordText:'

Paste the contents of the wold file here, delete the carriage return at the end and click "Submit".

', + wordText:'', editorConfig: { // 访问 UEditor 静态资源的根路径,可参考 https://hc199421.gitee.io/vue-ueditor-wrap/#/faq UEDITOR_HOME_URL: "/UEditor/", @@ -911,6 +914,7 @@ export default { /* 编辑器高度 */ /deep/ #edui1_iframeholder{ height: 260px;} +.logtips{margin-bottom: 15px; color: #666;} /* .itemIndex{position: relative;} */ .itemChanged{position: absolute; display: inline-block; background: #006699; color: #fff; padding: 7px; border-radius: 0 0 7px 7px; left: 0; top: 0;} .status{ display: block; width: 40px; height: 40px; border-radius: 40px; font-size: 22px; line-height: 40px; color: #fff; text-align: center;}