Explorar o código

考试过程中的摄像头框固定大小400x300

Michael Wang %!s(int64=6) %!d(string=hai) anos
pai
achega
0b3a577e25
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/features/OnlineExam/Examing/ExamingHome.vue

+ 2 - 2
src/features/OnlineExam/Examing/ExamingHome.vue

@@ -24,8 +24,8 @@
       <div v-if="faceEnable" class="camera">
         <FaceRecognition
           v-if="faceEnable"
-          width="100%"
-          height="100%"
+          width="400"
+          height="300"
           :showRecognizeButton="false"
         />
       </div>