diff --git a/src/views/survey/SurveyDetail.vue b/src/views/survey/SurveyDetail.vue index a4c0dc0..ebf193a 100644 --- a/src/views/survey/SurveyDetail.vue +++ b/src/views/survey/SurveyDetail.vue @@ -34,6 +34,11 @@
+
+
项目名称:{{ data.projectInfo.projectName }}
+
开课名称:{{ sName }}
+
培训讲师:{{ data.projectInfo.teacherName }}
+
@@ -236,7 +241,7 @@ const { data } = useRequest(ASSESSMENT_QUERY(courseId), { chapterOrStageId, targetId: infoId ? infoId : 0 }); - +console.log(data,'data') // 答题时间 const answerTime = dayjs(new Date()).format("YYYY-MM-DD HH:mm:ss"); @@ -410,7 +415,15 @@ function submit() { display: flex; flex-direction: column; align-items: center; - + .header_wrap{ + margin: 10px 0 0 0; + padding: 5px 0 5px 10px; + background: #fff; + margin-left: -680px; + .header_wrap_item{ + margin-bottom: 5px; + } + } .question .text { font-size: 16px; font-weight: 500;