@@ -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;