7.13 人脸识别打开并增加控制接口 修改上传人脸照片提示文字

This commit is contained in:
jl-zhoujl2
2023-07-13 14:22:54 +08:00
parent dce6a1514c
commit 1fe71d9e4f
5 changed files with 65 additions and 48 deletions

View File

@ -1493,7 +1493,7 @@ const JudgingPanel: React.FC<{}> = (props: any) => {
name="faceId"
style={{ display: 'inline-block', width: '80%' }}
rules={[{ required: reserveStatus, message: "请上传照片" }]}
extra={<span style={{ color: '#b30000' }}>2413*579pxpsJPG格式200k以下</span>}
extra={<span style={{ color: '#b30000' }}>2psJPG格式200k以下</span>}
>
<ExpertPhotoUpload maxSize={200} uploadProps={{ accept: ".jpg,.jpeg" }} />
</Form.Item>