@@ -70,7 +70,7 @@
{{item}}: <strong style="color: red;">{{info['score'+index]}} </strong>分
</span>
<el-button v-if="info['score'+index]<60" @click="startExam(index)" type="text">开始考试</el-button>
- <el-button v-else>考试通过</el-button>
+ <el-button v-else type="text" style="color: #006600;">考试通过</el-button>
</section>
</div>
</el-col>