Browse Source

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

Michael Wang 6 năm trước cách đây
mục cha
commit
0b3a577e25
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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>