Browse Source

deploy

master
Soleilw 1 month ago
parent
commit
7cb3dec169

+ 1
- 1
dist/index.html View File

</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script src="/umi.67b89af6.js"></script>
<script src="/umi.e99be247.js"></script>
</body> </body>
</html> </html>

dist/p__Talent__Fair__Detail__index.b2f3a80d.async.js
File diff suppressed because it is too large
View File


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


+ 1
- 1
src/pages/Talent/Fair/Detail/index.tsx View File

item.company_name && (<> item.company_name && (<>
<Space size={0} direction='vertical' style={{ width: '100%', padding: 20, borderRadius: 8, backgroundColor: '#ffffff' }}> <Space size={0} direction='vertical' style={{ width: '100%', padding: 20, borderRadius: 8, backgroundColor: '#ffffff' }}>
<Space size={10} direction='vertical'> <Space size={10} direction='vertical'>
<div style={{ fontSize: '24px', fontWeight: 'bold' }}>
<div style={{ fontSize: '18px', fontWeight: 'bold' }}>
<Link to={{ pathname: `/talent/company/detail/?id=${item.id}` }} target="_blank" style={{ color: '#000000' }}> <Link to={{ pathname: `/talent/company/detail/?id=${item.id}` }} target="_blank" style={{ color: '#000000' }}>
{item.company_name} {item.company_name}
</Link> </Link>

Loading…
Cancel
Save