Commit 3b29577b authored by 黄奎's avatar 黄奎

页面修改

parent 37b52ea3
......@@ -28,6 +28,12 @@
cursor: pointer;
}
.vClozeQuestion .chooseOptionList {
padding-top: 10px;
height: 40px;
line-height: 40px;
}
.vClozeQuestionBold {
font-weight: bold;
}
......@@ -41,14 +47,12 @@
<tr>
<th colspan="2">
<div class="clozeTest_question_tit">
<div>
{{index+1}}小题 <template v-if="isShowScore">{{item.SubScore}}分)</template>
</div>
{{index+1}}小题 <template v-if="isShowScore">{{item.SubScore}}分)</template>
</div>
</th>
</tr>
</thead>
<tbody class="contant">
<tbody class="chooseOptionList">
<tr v-for="(subItem,subIndex) in item.OptionList" :key="subIndex">
<td style="width:40px;text-align:center;">
<template v-if="isOperate">
......@@ -75,7 +79,8 @@
</td>
</tr>
<tr>
<td v-if="isShowStudentAnswer" colspan="2" class="vClozeQuestionBold" :style="{color:data.QuestionAnswerList[index].SubAnswer ==data.AnswerList[index].SubAnswer?'#67c23a':'red'}" >
<td v-if="isShowStudentAnswer" colspan="2" class="vClozeQuestionBold"
:style="{color:data.QuestionAnswerList[index].SubAnswer ==data.AnswerList[index].SubAnswer?'#67c23a':'red'}">
考生答案: {{data.AnswerList[index].SubAnswer}}
</td>
</tr>
......
......@@ -28,8 +28,7 @@
</template>
</td>
<td style="vertical-align:middle;">
<span v-if="index==0"></span>
<span v-if="index==1"></span>
{{item.Content}}
</td>
</tr>
</tbody>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment