From 60b141c5ca0ef341dd0bf21bf18ddd79612d15e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Fri, 6 Mar 2020 18:02:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/question/Question.js | 30 +++++++++---------- .../question/questioncss/questioncom.css | 8 ++++- public/react/src/modules/tpm/TPMIndex.css | 2 +- 3 files changed, 23 insertions(+), 17 deletions(-) diff --git a/public/react/src/modules/question/Question.js b/public/react/src/modules/question/Question.js index f4d859ed7..9613a4cc3 100644 --- a/public/react/src/modules/question/Question.js +++ b/public/react/src/modules/question/Question.js @@ -1086,7 +1086,7 @@ class Question extends Component { { ` .ant-drawer-content-wrapper{ - width: 200px !important; + width: 160px !important; overflow:hidden; margin-top: 62px; } @@ -1134,8 +1134,8 @@ class Question extends Component { "" :
单选题{'('}{single_questions_count}{')'}
-单选题{'('}{single_questions_count}{')'}
+this.showQuestionModals("SINGLE")}>
多选题{'('}{multiple_questions_count}{')'}
-多选题{'('}{multiple_questions_count}{')'}
+this.showQuestionModals("MULTIPLE")}>
判断题{'('}{judgement_questions_count}{')'}
-判断题{'('}{judgement_questions_count}{')'}
+this.showQuestionModals("JUDGMENT")}>
填空题{'('}{completion_questions_count}{')'}
-填空题{'('}{completion_questions_count}{')'}
+this.showQuestionModals("COMPLETION")}>
简答题{'('}{subjective_questions_count}{')'}
-简答题{'('}{subjective_questions_count}{')'}
+this.showQuestionModals("SUBJECTIVE")}>
实训题{'('}{practical_questions_count}{')'}
-实训题{'('}{practical_questions_count}{')'}
+
编程题{'('}{program_questions_count}{')'}
-编程题{'('}{program_questions_count}{')'}
+this.showQuestionModals("PROGRAM")}>