瀏覽代碼

deploy

master
Soleilw 1 月之前
父節點
當前提交
f42373be96

+ 1
- 1
dist/index.html 查看文件

@@ -8,6 +8,6 @@
</head>
<body>
<div id="root"></div>
<script src="/umi.c7c05dbb.js"></script>
<script src="/umi.710fe7b6.js"></script>
</body>
</html>

+ 0
- 1
dist/p__Talent__Fair__Detail__index.23ba656e.async.js
文件差異過大導致無法顯示
查看文件


+ 1
- 0
dist/p__Talent__Fair__Detail__index.88671675.async.js
文件差異過大導致無法顯示
查看文件


dist/umi.710fe7b6.js
文件差異過大導致無法顯示
查看文件


+ 1
- 1
src/pages/Talent/Fair/Detail/index.tsx 查看文件

@@ -131,7 +131,7 @@ const HomePage: React.FC = () => {
<Link to={{ pathname: `/talent/job/detail/?id=${childItem.id}` }} target="_blank" style={{ color: '#000000' }}>
<Flex justify='space-between' align='center' style={{ border: '1px #f0f0f0 solid', padding: 8, borderRadius: 8 }}>
<div>{childItem.job_name}</div>
<Button size='small' type='text'>投递该职位</Button>
<Button size='small' type='text'>{childItem.pay_range_text}</Button>
</Flex>
</Link>


Loading…
取消
儲存