소스 검색

考试通过样式

y595705120 2 년 전
부모
커밋
2b73234cf6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/containers/center/play/components/iCourseInfoTest.vue

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