Explorar o código

考试通过样式

y595705120 %!s(int64=2) %!d(string=hai) anos
pai
achega
2b73234cf6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>