소스 검색

deploy

master
Soleilw 3 달 전
부모
커밋
7cb3dec169
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1
    1
      dist/index.html
  2. 1
    1
      dist/p__Talent__Fair__Detail__index.b2f3a80d.async.js
  3. 1
    1
      dist/umi.e99be247.js
  4. 1
    1
      src/pages/Talent/Fair/Detail/index.tsx

+ 1
- 1
dist/index.html 파일 보기

@@ -8,6 +8,6 @@
</head>
<body>
<div id="root"></div>
<script src="/umi.67b89af6.js"></script>
<script src="/umi.e99be247.js"></script>
</body>
</html>

dist/p__Talent__Fair__Detail__index.b2f3a80d.async.js
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


dist/umi.e99be247.js
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 1
- 1
src/pages/Talent/Fair/Detail/index.tsx 파일 보기

@@ -118,7 +118,7 @@ const HomePage: React.FC = () => {
item.company_name && (<>
<Space size={0} direction='vertical' style={{ width: '100%', padding: 20, borderRadius: 8, backgroundColor: '#ffffff' }}>
<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' }}>
{item.company_name}
</Link>

Loading…
취소
저장