Browse Source

deploy

master
Soleilw 1 month ago
parent
commit
2a6dfd35ac

+ 1
- 1
dist/index.html View File

</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>

+ 0
- 1
dist/p__Talent__Home__index.1a7d5821.async.js
File diff suppressed because it is too large
View File


+ 1
- 0
dist/p__Talent__Home__index.f10c2174.async.js
File diff suppressed because it is too large
View File


dist/umi.d4e12b3c.js
File diff suppressed because it is too large
View File


+ 1
- 1
src/components/Talent/Home/Company/index.tsx View File

<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%' }}

+ 1
- 1
src/components/Talent/Home/Famous/index.tsx View File

<> <>
<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 }}

Loading…
Cancel
Save