From aa56ccdeea8c0e69f931f77ae4bae7b189ed7eb6 Mon Sep 17 00:00:00 2001 From: "@fawn-nine" <1271023382@qq.com> Date: Sat, 15 Jul 2023 16:59:41 +0800 Subject: [PATCH] 0715 --- public/UEditor/themes/default/css/ueditor.css | 14 ++--- src/components/page/Dashboard_.vue | 6 +- src/components/page/articleReviewerAdd.vue | 55 +++++++++++++++---- src/components/page/editPublicRefRdit.vue | 11 ++-- 4 files changed, 60 insertions(+), 26 deletions(-) diff --git a/public/UEditor/themes/default/css/ueditor.css b/public/UEditor/themes/default/css/ueditor.css index 44ae805..e000612 100644 --- a/public/UEditor/themes/default/css/ueditor.css +++ b/public/UEditor/themes/default/css/ueditor.css @@ -148,9 +148,9 @@ div.edui-box { .edui-default .edui-editor-toolbarbox { position: relative; zoom: 1; - -webkit-box-shadow:0 1px 4px rgba(204, 204, 204, 0.6); - -moz-box-shadow:0 1px 4px rgba(204, 204, 204, 0.6); - box-shadow:0 1px 4px rgba(204, 204, 204, 0.6); + /* -webkit-box-shadow:0 1px 4px rgba(204, 204, 204, 0.6); + -moz-box-shadow:0 1px 4px rgba(204, 204, 204, 0.6); */ + /* box-shadow:0 1px 4px rgba(204, 204, 204, 0.6); */ border-top-left-radius:2px; border-top-right-radius:2px; } @@ -158,11 +158,11 @@ div.edui-box { .edui-default .edui-editor-toolbarboxouter { border-bottom: 1px solid #d4d4d4; background-color: #fafafa; - background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2); + /* background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2)); background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2); background-image: -o-linear-gradient(top, #ffffff, #f2f2f2); - background-image: linear-gradient(to bottom, #ffffff, #f2f2f2); + background-image: linear-gradient(to bottom, #ffffff, #f2f2f2); */ background-repeat: repeat-x; /*border: 1px solid #d4d4d4;*/ -webkit-border-radius: 4px 4px 0 0; @@ -170,9 +170,9 @@ div.edui-box { border-radius: 4px 4px 0 0; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0); *zoom: 1; - -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); + /* -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); - box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); + box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); */ } .edui-default .edui-editor-toolbarboxinner { diff --git a/src/components/page/Dashboard_.vue b/src/components/page/Dashboard_.vue index 77da103..18e245a 100644 --- a/src/components/page/Dashboard_.vue +++ b/src/components/page/Dashboard_.vue @@ -206,13 +206,13 @@ - +

Author

-
+
@@ -272,7 +272,7 @@
- +
diff --git a/src/components/page/articleReviewerAdd.vue b/src/components/page/articleReviewerAdd.vue index 6d74054..a8021e0 100644 --- a/src/components/page/articleReviewerAdd.vue +++ b/src/components/page/articleReviewerAdd.vue @@ -6,14 +6,20 @@
+ element-loading-spinner="el-icon-loading" element-loading-background="rgba(255, 255, 255, 0.8)"> Research direction : - + + + Search { + if(res.code == 0){ + this.allFileds = res.data.majors + }else{ + this.$message.error(res.msg) + } + }); + }, // 搜索选择领域 majorChange(e) { if (e == 1) { diff --git a/src/components/page/editPublicRefRdit.vue b/src/components/page/editPublicRefRdit.vue index 204a883..8bdede4 100644 --- a/src/components/page/editPublicRefRdit.vue +++ b/src/components/page/editPublicRefRdit.vue @@ -129,7 +129,6 @@

-

Now you are starting to add or modify this reference. If this reference has a DOI, you can directly copy it into the DOI input box and submit it. If this reference doesn’t have the DOI, please turn on the No DOI button, and write all details of this reference according to the hints.

@@ -228,8 +227,8 @@
- -
+ +
@@ -246,7 +245,7 @@ export default { data(){ return{ ue: null, - wordText:'', + wordText:'

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

', editorConfig: { // 访问 UEditor 静态资源的根路径,可参考 https://hc199421.gitee.io/vue-ueditor-wrap/#/faq UEDITOR_HOME_URL: "/UEditor/", @@ -907,8 +906,10 @@ export default {