diff --git a/src/views/zy/zyInfo/StudentZyInfoList.vue b/src/views/zy/zyInfo/StudentZyInfoList.vue index ee2f556..5547f9e 100644 --- a/src/views/zy/zyInfo/StudentZyInfoList.vue +++ b/src/views/zy/zyInfo/StudentZyInfoList.vue @@ -21,12 +21,12 @@ --> - -
- - -
第{{ item.sort }}次作业(本次作业在期末成绩中的占比:{{ item.zyzb }}%)
-
+ +
+ + +
第{{ item.sort }}次作业(本次作业在期末成绩中的占比:{{item.zyzb}}%)
+
{{ callText(item) }}
@@ -543,12 +543,17 @@ onMounted(() => { margin-bottom: 8px; } .zytitle-back { - background: linear-gradient(90deg, #cdf0e9, #edfaf7); cursor: pointer; font-size: 16px; font-weight: 700; +<<<<<<< .mine text-indent: 20px; padding: 5px 15px; border-radius: 0 30px 30px 0; +======= + margin-left:24px; + + +>>>>>>> .theirs } 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 1de8784..6179a18 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 @@ -
+
@@ -42,10 +44,12 @@
- - +
+ +
查重设置
+ - + -
维普
-
+
维普
+
- 维普资源库查重:中文科技期刊数据库、硕博学位论文库、高校特色论文库、互联网数据资源/互联网文档资源 + 维普资源库查重:
+ 中文科技期刊数据库、硕博学位论文库、高校特色论文库、互联网数据资源/互联网文档资源 +
+ + 学校作业库查重:
+ 历届学生提供的作业库内查重 +
+ + 本次作业查重:
+ 本次学生提交的作业间查重
- 学校作业库查重:历届学生提供的作业库内查重 - 本次作业查重:本次学生提交的作业间查重
-
AIGC
-
- AIGC查重:检测作业是否部分或全部由AI模型生成 +
AIGC
+
+ + AIGC查重:
+ 检测作业是否部分或全部由AI模型生成 +
- + - + @@ -341,4 +353,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; +}