This commit is contained in:
jl-zhoujl2
2023-07-14 10:03:37 +08:00
parent 1fe71d9e4f
commit 133f159450
3 changed files with 6 additions and 6 deletions

View File

@ -269,9 +269,9 @@ const OutsourcingManage: React.FC<OutsourcingManageProps> = (props) => {
name="faceId"
style={{ display: 'inline-block', width: '80%' }}
rules={[{ required: true, message: "请上传照片" }]}
extra={<span style={{ color: '#b30000' }}>2psJPG格式200k以下</span>}
extra={<span style={{ color: '#b30000' }}>2psJPG格式400k以下</span>}
>
<ExpertPhotoUpload maxSize={200} uploadProps={{ accept: ".jpg,.jpeg" }} />
<ExpertPhotoUpload maxSize={400} uploadProps={{ accept: ".jpg,.jpeg" }} />
</Form.Item>
{/* <Form.Item
style={{ display: 'inline-block', width: '40%', position: "relative", right: '24%' }}

View File

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

View File

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