Merge pull request #5057 from jumpserver/pr@dev@perf_perf_face_verify_style

perf: perf face verify dialog style
This commit is contained in:
Chenyang Shen
2025-06-18 18:28:32 +08:00
committed by GitHub

View File

@@ -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"