From 6d15f387ae16d80a2fb48f1d7ce14dfbfa56f807 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Fri, 2 Feb 2024 09:36:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E8=AF=BE=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/survey/SurveyDetail.vue | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) 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;