From ad645e66515dc32a69bbe98fe30be66633a7c681 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Fri, 9 Aug 2024 18:00:33 +0800 Subject: [PATCH] =?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/zy/zyInfo/StudentZyInfoList.vue | 7 +- .../zy/zyInfo/components/ZyInfoDetailForm.vue | 43 ++++++++---- .../components/ZyInfoStudentForm.vue | 66 ++++++++++++++----- 3 files changed, 81 insertions(+), 35 deletions(-) diff --git a/src/views/zy/zyInfo/StudentZyInfoList.vue b/src/views/zy/zyInfo/StudentZyInfoList.vue index e2a56df..e3d74b3 100644 --- a/src/views/zy/zyInfo/StudentZyInfoList.vue +++ b/src/views/zy/zyInfo/StudentZyInfoList.vue @@ -22,7 +22,7 @@ --> -
+
第{{ item.sort }}次作业(本次作业在期末成绩中的占比:{{item.zyzb}}%)
@@ -518,12 +518,9 @@ onMounted(() => { margin-bottom:8px; } .zytitle-back{ - background: linear-gradient(90deg, #cdf0e9, #edfaf7); cursor: pointer; font-size: 16px; font-weight: 700; - text-indent:20px; - padding: 5px 15px; - border-radius:0 30px 30px 0; + margin-left:24px; } diff --git a/src/views/zy/zyInfo/components/ZyInfoDetailForm.vue b/src/views/zy/zyInfo/components/ZyInfoDetailForm.vue index 160dbd0..41ff6cb 100644 --- a/src/views/zy/zyInfo/components/ZyInfoDetailForm.vue +++ b/src/views/zy/zyInfo/components/ZyInfoDetailForm.vue @@ -29,7 +29,7 @@
-
+
@@ -41,7 +41,7 @@ -
+
@@ -49,25 +49,33 @@
查重设置
- +
维普
-
- 维普资源库查重:中文科技期刊数据库、硕博学位论文库、高校特色论文库、互联网数据资源/互联网文档资源 - 学校作业库查重:历届学生提供的作业库内查重 - 本次作业查重:本次学生提交的作业间查重 +
+ + 维普资源库查重:
+ 中文科技期刊数据库、硕博学位论文库、高校特色论文库、互联网数据资源/互联网文档资源 +
+ + 学校作业库查重:
+ 历届学生提供的作业库内查重 +
+ + 本次作业查重:
+ 本次学生提交的作业间查重 +
AIGC
-
- AIGC查重:检测作业是否部分或全部由AI模型生成 +
+ + AIGC查重:
+ 检测作业是否部分或全部由AI模型生成 +
@@ -379,7 +387,7 @@ defineExpose({ color: #999999; } .wrapper-back { - background: #f7f7f7; + background: #fafafa; border-radius: 10px; margin-top: 10px; padding-top: 15px; @@ -392,4 +400,11 @@ defineExpose({ padding-left: 20px; margin-bottom: 20px; } +.Check-title{ + color: #333; + font-weight: bold; +} +.Check-concent{ + color: #999; +} diff --git a/src/views/zy/zyInfoStudent/components/ZyInfoStudentForm.vue b/src/views/zy/zyInfoStudent/components/ZyInfoStudentForm.vue index ca161a1..92c2db6 100644 --- a/src/views/zy/zyInfoStudent/components/ZyInfoStudentForm.vue +++ b/src/views/zy/zyInfoStudent/components/ZyInfoStudentForm.vue @@ -5,6 +5,8 @@ +
+
基本信息
{{zyInfo.title}} @@ -27,7 +29,7 @@ -
+
@@ -41,10 +43,12 @@
- - +
+ +
查重设置
+ - + -
维普
-
+
维普
+
- 维普资源库查重:中文科技期刊数据库、硕博学位论文库、高校特色论文库、互联网数据资源/互联网文档资源 + 维普资源库查重:
+ 中文科技期刊数据库、硕博学位论文库、高校特色论文库、互联网数据资源/互联网文档资源 +
+ + 学校作业库查重:
+ 历届学生提供的作业库内查重 +
+ + 本次作业查重:
+ 本次学生提交的作业间查重
- 学校作业库查重:历届学生提供的作业库内查重 - 本次作业查重:本次学生提交的作业间查重
-
AIGC
-
- AIGC查重:检测作业是否部分或全部由AI模型生成 +
AIGC
+
+ + AIGC查重:
+ 检测作业是否部分或全部由AI模型生成 +
- + - + @@ -334,4 +346,26 @@ function handleKcnr(kcnr) { overflow-y: auto; padding: 24px 24px 24px 24px; } + .wrapper-back { + background: #fafafa; + border-radius: 10px; + margin-top: 10px; + padding-top: 15px; + width: 100%; +} +.wrapper-title { + font-size: 18px; + border-left: 4px solid #1ab394; + font-weight: bold; + padding-left: 20px; + margin-bottom: 20px; +} +.Check-title{ + color: #333; + font-weight: bold; +} +.Check-concent{ + color: #999; + font-size: 12px; +}