From 0b56f6e3666f45d1ee6abe4722e8b74be7e63bcc Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Wed, 14 Dec 2022 15:57:23 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/case/Index.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/portal/case/Index.vue b/src/views/portal/case/Index.vue index 74dd1c80..a2a3590a 100644 --- a/src/views/portal/case/Index.vue +++ b/src/views/portal/case/Index.vue @@ -14,7 +14,7 @@
-
+
组织领域 @@ -890,10 +890,11 @@ export default { .field{ display: flex; div{ - margin-right: 25px; - font-size: 16px; + padding: 0 15px; + font-size: 14px; line-height: 25px; - color: #333; + color: #3d3d3d; + font-weight: 500; } .fieldactive{ color: #387DF7; @@ -1224,6 +1225,7 @@ export default { } .search-item { cursor: pointer; + // margin-bottom: 10px; // padding: 10px 0; } // .search-item:not(:last-child) { From 1dbd453f32c057907796abd5efe245516aa50138 Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Wed, 14 Dec 2022 16:08:33 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=95=E9=A2=98?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E6=96=B0=E5=A2=9E=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/exam/Question.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/exam/Question.vue b/src/views/exam/Question.vue index 4a03a1a8..51e0d7da 100644 --- a/src/views/exam/Question.vue +++ b/src/views/exam/Question.vue @@ -423,11 +423,11 @@ export default { methods: { handleUploadOptionsSuccess(res){ this.curOption.push(res.result.filePath); - questionData.optionList[0].images = this.curOption[0]; - questionData.optionList[1].images = this.curOption[1]; - questionData.optionList[2].images = this.curOption[2]; - questionData.optionList[3].images = this.curOption[3]; - console.log(questionData) + this.question.optionList[0].images = this.curOption[0]; + this.question.optionList[1].images = this.curOption[1]; + this.question.optionList[2].images = this.curOption[2]; + this.question.optionList[3].images = this.curOption[3]; + console.log(this.question) }, handleUploadSuccess(res) { console.log(res.result.filePath);