</head> | </head> | ||||
<body> | <body> | ||||
<div id="root"></div> | <div id="root"></div> | ||||
<script src="/umi.00e3fa3d.js"></script> | |||||
<script src="/umi.d4e12b3c.js"></script> | |||||
</body> | </body> | ||||
</html> | </html> |
<Col span={6}> | <Col span={6}> | ||||
<Link to={{ pathname: `/talent/company/detail?id=${item.company_id}` }} target="_blank" style={{ width: '100%' }}> | <Link to={{ pathname: `/talent/company/detail?id=${item.company_id}` }} target="_blank" style={{ width: '100%' }}> | ||||
<Flex vertical align='center' justify='center' className='company-item'> | <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 | <Typography.Paragraph | ||||
ellipsis={{ rows: 1 }} | ellipsis={{ rows: 1 }} | ||||
style={{ fontSize: 16, textAlign: 'center', whiteSpace: 'nowrap', marginTop: 8, width: '100%' }} | style={{ fontSize: 16, textAlign: 'center', whiteSpace: 'nowrap', marginTop: 8, width: '100%' }} |
<> | <> | ||||
<Col span={6}> | <Col span={6}> | ||||
<Link to={{ pathname: `/talent/company/detail?id=${item.id}` }} target="_blank" style={{ width: '100%' }}> | <Link to={{ pathname: `/talent/company/detail?id=${item.id}` }} target="_blank" style={{ width: '100%' }}> | ||||
<Flex vertical align='center' justify='center' style={{}}> | |||||
<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.photo ? `${Imageprefix}${item.photo}` : '/images/logo.jpg'} preview={false} width={100} height={100} style={{ borderRadius: '4px', objectFit: 'contain' }}></Image> | ||||
<Typography.Paragraph | <Typography.Paragraph | ||||
ellipsis={{ rows: 1 }} | ellipsis={{ rows: 1 }} |