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

页面修改

parent 37b52ea3
...@@ -28,6 +28,12 @@ ...@@ -28,6 +28,12 @@
cursor: pointer; cursor: pointer;
} }
.vClozeQuestion .chooseOptionList {
padding-top: 10px;
height: 40px;
line-height: 40px;
}
.vClozeQuestionBold { .vClozeQuestionBold {
font-weight: bold; font-weight: bold;
} }
...@@ -41,14 +47,12 @@ ...@@ -41,14 +47,12 @@
<tr> <tr>
<th colspan="2"> <th colspan="2">
<div class="clozeTest_question_tit"> <div class="clozeTest_question_tit">
<div> {{index+1}}小题 <template v-if="isShowScore">{{item.SubScore}}分)</template>
{{index+1}}小题 <template v-if="isShowScore">{{item.SubScore}}分)</template>
</div>
</div> </div>
</th> </th>
</tr> </tr>
</thead> </thead>
<tbody class="contant"> <tbody class="chooseOptionList">
<tr v-for="(subItem,subIndex) in item.OptionList" :key="subIndex"> <tr v-for="(subItem,subIndex) in item.OptionList" :key="subIndex">
<td style="width:40px;text-align:center;"> <td style="width:40px;text-align:center;">
<template v-if="isOperate"> <template v-if="isOperate">
...@@ -75,7 +79,8 @@ ...@@ -75,7 +79,8 @@
</td> </td>
</tr> </tr>
<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}} 考生答案: {{data.AnswerList[index].SubAnswer}}
</td> </td>
</tr> </tr>
......
...@@ -28,8 +28,7 @@ ...@@ -28,8 +28,7 @@
</template> </template>
</td> </td>
<td style="vertical-align:middle;"> <td style="vertical-align:middle;">
<span v-if="index==0"></span> {{item.Content}}
<span v-if="index==1"></span>
</td> </td>
</tr> </tr>
</tbody> </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