Kaynağa Gözat

日常开发

linxuxiang 3 ay önce
ebeveyn
işleme
fc24dd7525
1 değiştirilmiş dosya ile 7 ekleme ve 2 silme
  1. 7 2
      src/views/train/test.vue

+ 7 - 2
src/views/train/test.vue

@@ -82,7 +82,9 @@
                 </div>
               </div>
             </div>
-
+            <div v-show="examState == 43 && !faceCheckStu.student_id">
+              <div class="btn btn2" @click="getChooseStudent">点击重新识别</div>
+            </div>
             <div class="btn" @click="getReady"
               v-if="needStart && examState == 43 && faceCheckStu.student_id && !time.ready && readyState">开 始
             </div>
@@ -1349,7 +1351,10 @@ $waiPadding: 6.51rem;
           cursor: pointer;
         }
 
-
+        .btn2 {
+          width: auto;
+          padding: 0 10px;
+        }
       }
 
       i {