7.14
This commit is contained in:
@ -269,9 +269,9 @@ const OutsourcingManage: React.FC<OutsourcingManageProps> = (props) => {
|
|||||||
name="faceId"
|
name="faceId"
|
||||||
style={{ display: 'inline-block', width: '80%' }}
|
style={{ display: 'inline-block', width: '80%' }}
|
||||||
rules={[{ required: true, message: "请上传照片" }]}
|
rules={[{ required: true, message: "请上传照片" }]}
|
||||||
extra={<span style={{ color: '#b30000' }}>要求本人清晰、免冠、正面彩色2寸头像照片,无逆光、无ps、无美颜,面部五官无遮挡,头像部约占照片高度的三分之二,照片保存格式为JPG格式,大小200k以下</span>}
|
extra={<span style={{ color: '#b30000' }}>要求本人清晰、免冠、正面彩色2寸头像照片,无逆光、无ps、无美颜,面部五官无遮挡,头像部约占照片高度的三分之二,照片保存格式为JPG格式,大小400k以下</span>}
|
||||||
>
|
>
|
||||||
<ExpertPhotoUpload maxSize={200} uploadProps={{ accept: ".jpg,.jpeg" }} />
|
<ExpertPhotoUpload maxSize={400} uploadProps={{ accept: ".jpg,.jpeg" }} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
{/* <Form.Item
|
{/* <Form.Item
|
||||||
style={{ display: 'inline-block', width: '40%', position: "relative", right: '24%' }}
|
style={{ display: 'inline-block', width: '40%', position: "relative", right: '24%' }}
|
||||||
|
@ -1624,9 +1624,9 @@ const JudgingPanel: React.FC<{}> = () => {
|
|||||||
name="faceId"
|
name="faceId"
|
||||||
style={{ display: 'inline-block', width: '80%' }}
|
style={{ display: 'inline-block', width: '80%' }}
|
||||||
rules={[{ required: reserveStatus, message: "请上传照片" }]}
|
rules={[{ required: reserveStatus, message: "请上传照片" }]}
|
||||||
extra={<span style={{ color: '#b30000' }}>要求本人清晰、免冠、正面彩色2寸头像照片,无逆光、无ps、无美颜,面部五官无遮挡,头像部约占照片高度的三分之二,照片保存格式为JPG格式,大小200k以下</span>}
|
extra={<span style={{ color: '#b30000' }}>要求本人清晰、免冠、正面彩色2寸头像照片,无逆光、无ps、无美颜,面部五官无遮挡,头像部约占照片高度的三分之二,照片保存格式为JPG格式,大小400k以下</span>}
|
||||||
>
|
>
|
||||||
<ExpertPhotoUpload maxSize={200} uploadProps={{ accept: ".jpg,.jpeg" }} />
|
<ExpertPhotoUpload maxSize={400} uploadProps={{ accept: ".jpg,.jpeg" }} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
{/* <Form.Item
|
{/* <Form.Item
|
||||||
style={{ display: 'inline-block', width: '20%', position: "relative", right: '24%' }}
|
style={{ display: 'inline-block', width: '20%', position: "relative", right: '24%' }}
|
||||||
|
@ -1493,9 +1493,9 @@ const JudgingPanel: React.FC<{}> = (props: any) => {
|
|||||||
name="faceId"
|
name="faceId"
|
||||||
style={{ display: 'inline-block', width: '80%' }}
|
style={{ display: 'inline-block', width: '80%' }}
|
||||||
rules={[{ required: reserveStatus, message: "请上传照片" }]}
|
rules={[{ required: reserveStatus, message: "请上传照片" }]}
|
||||||
extra={<span style={{ color: '#b30000' }}>要求本人清晰、免冠、正面彩色2寸头像照片,无逆光、无ps、无美颜,面部五官无遮挡,头像部约占照片高度的三分之二,照片保存格式为JPG格式,大小200k以下</span>}
|
extra={<span style={{ color: '#b30000' }}>要求本人清晰、免冠、正面彩色2寸头像照片,无逆光、无ps、无美颜,面部五官无遮挡,头像部约占照片高度的三分之二,照片保存格式为JPG格式,大小400k以下</span>}
|
||||||
>
|
>
|
||||||
<ExpertPhotoUpload maxSize={200} uploadProps={{ accept: ".jpg,.jpeg" }} />
|
<ExpertPhotoUpload maxSize={400} uploadProps={{ accept: ".jpg,.jpeg" }} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
{/* <Form.Item
|
{/* <Form.Item
|
||||||
style={{ display: 'inline-block', width: '20%', position: "relative", right: '24%' }}
|
style={{ display: 'inline-block', width: '20%', position: "relative", right: '24%' }}
|
||||||
|
Reference in New Issue
Block a user