|
@@ -16,7 +16,7 @@
|
|
|
<transition name="fade">
|
|
|
|
|
|
<div v-show="question && examQuestion && examQuestion.getQuestionContent" class="question-view" :key="examQuestion.order">
|
|
|
-
|
|
|
+ <div style="margin-bottom: -45px;">{{examQuestion.groupOrder}}、</div>
|
|
|
<template v-if="question && question.questionType === 'SINGLE_CHOICE'">
|
|
|
<single-question-view :question="question" :examQuestion="examQuestion" :key="examQuestion.order" />
|
|
|
</template>
|
|
@@ -200,7 +200,7 @@ export default {
|
|
|
|
|
|
<style scoped>
|
|
|
.question-view {
|
|
|
- padding: 20px;
|
|
|
+ padding: 20px 30px;
|
|
|
font-size: 16px;
|
|
|
text-align: left;
|
|
|
overflow: auto;
|