|
|
@@ -52,7 +52,7 @@ const HomeProbation: React.FC = () => { |
|
|
|
<Col span={6}> |
|
|
|
<Link to={{ pathname: `/talent/company/detail?id=${item.company_id}` }} target="_blank" style={{ width: '100%' }}> |
|
|
|
<Flex vertical align='center' justify='center' className='company-item'> |
|
|
|
<Image src={item.photo ? `${Imageprefix}${item.photo}` : '/images/logo.jpg'} preview={false} width={100} height={100} style={{ borderRadius: '4px', objectFit: 'contain' }}></Image> |
|
|
|
<Image src={item.image_url ? `${Imageprefix}${item.image_url}` : '/images/logo.jpg'} preview={false} width={100} height={100} style={{ borderRadius: '4px', objectFit: 'contain' }}></Image> |
|
|
|
<Typography.Paragraph |
|
|
|
ellipsis={{ rows: 1 }} |
|
|
|
style={{ fontSize: 16, textAlign: 'center', whiteSpace: 'nowrap', marginTop: 8, width: '100%' }} |