From b72360a17186ce69f9220a0025d9e2df13c19af6 Mon Sep 17 00:00:00 2001 From: "@fawn-nine" <1271023382@qq.com> Date: Mon, 17 Jul 2023 10:51:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/page/editPublicRefRdit.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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;}