Ver Fonte

fix faceid弹框高度。faceid做了变化

Michael Wang há 6 anos atrás
pai
commit
f278013354

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

@@ -31,7 +31,7 @@
       :mask-closable="false"
       :mask-closable="false"
       :closable="false"
       :closable="false"
       width="800"
       width="800"
-      :styles="{ top: '20px' }"
+      :styles="{ top: '10px' }"
     >
     >
       <FaceId v-if="showFaceId" @closeFaceId="closeFaceId" />
       <FaceId v-if="showFaceId" @closeFaceId="closeFaceId" />
       <p slot="footer"></p>
       <p slot="footer"></p>

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

@@ -15,7 +15,7 @@
     <div
     <div
       id="faceIdDiv"
       id="faceIdDiv"
       style="position: relative;
       style="position: relative;
-						 height:620px; background-color: #6e6f72 !important;
+						 height:710px; background-color: #6e6f72 !important;
   					 background-image: radial-gradient(circle at 50% 0,#a9a9a9,#34363c);"
   					 background-image: radial-gradient(circle at 50% 0,#a9a9a9,#34363c);"
     >
     >
       <div
       <div
@@ -44,7 +44,7 @@
         id="myFrame"
         id="myFrame"
         scrolling="no"
         scrolling="no"
         width="100%"
         width="100%"
-        height="620px"
+        height="710px"
         frameborder="0"
         frameborder="0"
       ></iframe>
       ></iframe>
     </div>
     </div>