Commit 7df1e675 authored by zhengke's avatar zhengke

修改

parent 8feb7a8d
......@@ -46,7 +46,7 @@
</tr>
<tr v-if="isShowStudentAnswer">
<td colspan="2" style="height:70px;">
<q-input v-if="isEditStudentScore" filled v-model="data.StudentScore" label="得分:"
<q-input v-if="isEditStudentScore" style="width:180px" filled v-model="data.StudentScore" label="得分:"
maxlength="20" @input="getQuestionScore" />
<span v-else class="v_singleQuestionBold">考生得分:{{data.StudentScore}}</span>
</td>
......
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