mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-20 02:31:43 +00:00
Merge pull request #5057 from jumpserver/pr@dev@perf_perf_face_verify_style
perf: perf face verify dialog style
This commit is contained in:
@@ -82,7 +82,7 @@
|
|||||||
:src="faceCaptureUrl"
|
:src="faceCaptureUrl"
|
||||||
allow="camera"
|
allow="camera"
|
||||||
sandbox="allow-scripts allow-same-origin"
|
sandbox="allow-scripts allow-same-origin"
|
||||||
style="width: 100%; height: 800px;border: none;"
|
style="width: 100%; height: 600px;border: none;"
|
||||||
/>
|
/>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
@@ -99,7 +99,7 @@
|
|||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
v-if="subTypeSelected === 'face'"
|
v-if="subTypeSelected === 'face'"
|
||||||
:disabled="isFaceCaptureVisible"
|
v-show="!isFaceCaptureVisible"
|
||||||
class="confirm-btn"
|
class="confirm-btn"
|
||||||
size="mini"
|
size="mini"
|
||||||
type="primary"
|
type="primary"
|
||||||
|
Reference in New Issue
Block a user