Jelajahi Sumber

考试通过样式

y595705120 2 tahun lalu
induk
melakukan
2b73234cf6

+ 1 - 1
src/containers/center/play/components/iCourseInfoTest.vue

@@ -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>