|
@@ -18,7 +18,7 @@
|
|
<FaceRecognition v-if="faceEnable" width="100%" height="100%" :showRecognizeButton="false" />
|
|
<FaceRecognition v-if="faceEnable" width="100%" height="100%" :showRecognizeButton="false" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <Modal v-model="showFaceId" :mask-closable="false" :closable="false">
|
|
|
|
|
|
+ <Modal v-model="showFaceId" :mask-closable="false" :closable="false" width=700 :styles="{top: '20px'}">
|
|
<FaceId v-if="showFaceId" @closeFaceId="closeFaceId" />
|
|
<FaceId v-if="showFaceId" @closeFaceId="closeFaceId" />
|
|
<p slot="footer">
|
|
<p slot="footer">
|
|
</p>
|
|
</p>
|
|
@@ -382,7 +382,8 @@ export default {
|
|
|
|
|
|
.header {
|
|
.header {
|
|
display: grid;
|
|
display: grid;
|
|
- place-items: center;
|
|
|
|
|
|
+ align-items: center;
|
|
|
|
+ justify-items: center;
|
|
grid-template-columns: 200px 1fr 300px 100px;
|
|
grid-template-columns: 200px 1fr 300px 100px;
|
|
grid-area: header;
|
|
grid-area: header;
|
|
height: 80px;
|
|
height: 80px;
|