From d4417a8a2c30884ac95e7375c5ecea4d30a94e44 Mon Sep 17 00:00:00 2001
From: zhaofang <752743406@qq.com>
Date: Thu, 20 Oct 2022 09:59:10 +0800
Subject: [PATCH 1/3] =?UTF-8?q?=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/Index.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/Index.vue b/src/views/Index.vue
index 523f64a3..998a5930 100644
--- a/src/views/Index.vue
+++ b/src/views/Index.vue
@@ -116,7 +116,7 @@
- {{ toScore(course.score) }}分
+ {{ toScore(course.score) }}分
未评分
From 7c53d950f5b2dce989962deb8599ed6bd4d6f643 Mon Sep 17 00:00:00 2001
From: lmj <3407000732@qq.com>
Date: Thu, 20 Oct 2022 10:14:27 +0800
Subject: [PATCH 2/3] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=8D=A1=E7=89=87?=
=?UTF-8?q?=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/assets/styles/portal-index.scss | 5 ++++-
src/views/Index.vue | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/assets/styles/portal-index.scss b/src/assets/styles/portal-index.scss
index be1a8ade..1bf5e56d 100644
--- a/src/assets/styles/portal-index.scss
+++ b/src/assets/styles/portal-index.scss
@@ -487,9 +487,12 @@
padding: 25px 40px;
.personal-box {
margin-left: 0px;
- margin-top: 0px;
+ margin-top: 10px;
margin-bottom: 0px;
}
+ .personal-ul{
+ margin-top: 7px;
+ }
}
diff --git a/src/views/Index.vue b/src/views/Index.vue
index 998a5930..2b076b12 100644
--- a/src/views/Index.vue
+++ b/src/views/Index.vue
@@ -1023,7 +1023,7 @@
padding-right: 40px;
box-sizing: border-box;
display: flex;
- margin-top: 20px;
+ // margin-top: 20px;
justify-content: space-between;
position: relative;
.personal-box-img {
From 975436b387d5f553d0caabceffe258275964db4d Mon Sep 17 00:00:00 2001
From: lmj <3407000732@qq.com>
Date: Thu, 20 Oct 2022 11:02:31 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E6=8F=90=E9=97=AE=E9=A2=98=E6=A1=86?=
=?UTF-8?q?=E5=9B=BE=E7=89=87=E5=8A=A0=E8=BD=BD=E5=A4=B1=E8=B4=A5=E9=97=AE?=
=?UTF-8?q?=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/ImageUpload/artimgUpload.vue | 14 +++++++++++---
src/components/Qa/addQuestion.vue | 9 ++++++---
2 files changed, 17 insertions(+), 6 deletions(-)
diff --git a/src/components/ImageUpload/artimgUpload.vue b/src/components/ImageUpload/artimgUpload.vue
index 089c20fd..83baab8e 100644
--- a/src/components/ImageUpload/artimgUpload.vue
+++ b/src/components/ImageUpload/artimgUpload.vue
@@ -16,8 +16,8 @@
:show-file-list="false"
:headers="headers"
style="display: inline-block;">
-
-
+
+
将文件拖到此处,或点击上传
只能上传jpg/png/bmp/jpeg文件,且不超过500kb
@@ -169,7 +169,14 @@ export default {