Selaa lähdekoodia

deploy

master
Soleilw 1 kuukausi sitten
vanhempi
commit
91d2e8c658

+ 0
- 1
dist/3650.e04411a6.async.js
File diff suppressed because it is too large
Näytä tiedosto


+ 1
- 1
dist/index.html Näytä tiedosto

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

+ 0
- 1
dist/p__Talent__Search__Company__index.2374c223.async.js
File diff suppressed because it is too large
Näytä tiedosto


+ 1
- 0
dist/p__Talent__Search__Company__index.74d614bd.chunk.css Näytä tiedosto

@@ -0,0 +1 @@
.company-item{width:100%;padding:16px 16px 0;background-color:#fff;border-radius:8px;cursor:pointer}

+ 1
- 0
dist/p__Talent__Search__Company__index.882f77cf.async.js
File diff suppressed because it is too large
Näytä tiedosto


dist/umi.4ba4eafc.js
File diff suppressed because it is too large
Näytä tiedosto


+ 7
- 0
src/pages/Talent/Search/Company/index.less Näytä tiedosto

@@ -0,0 +1,7 @@
.company-item {
width: 100%;
padding: 16px 16px 0;
background-color: #ffffff;
border-radius: 8px;
cursor: pointer;
}

+ 2
- 0
src/pages/Talent/Search/Company/index.tsx Näytä tiedosto

@@ -13,6 +13,8 @@ import { GetAdvertscheduleList } from '@/services/apis/advertschedule';

import EmptyResult from '@/components/Common/EmptyResult'
import CommonJob from '@/components/Common/Job'

import './index.less'
const HomePage: React.FC = () => {
const [searchParams, setSearchParams] = useSearchParams();
const [list, setList] = useState<object[]>([])

Loading…
Peruuta
Tallenna