@@ -31,7 +31,7 @@
:mask-closable="false"
:closable="false"
width="800"
- :styles="{ top: '20px' }"
+ :styles="{ top: '10px' }"
>
<FaceId v-if="showFaceId" @closeFaceId="closeFaceId" />
<p slot="footer"></p>
@@ -15,7 +15,7 @@
<div
id="faceIdDiv"
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);"
@@ -44,7 +44,7 @@
id="myFrame"
scrolling="no"
width="100%"
- height="620px"
+ height="710px"
frameborder="0"
></iframe>
</div>