From 49cb065c16cb037e4abd6dec798a20b575848751 Mon Sep 17 00:00:00 2001 From: KANGYONGSU23 Date: Fri, 5 Apr 2024 11:53:36 +0900 Subject: [PATCH] =?UTF-8?q?feat=20::=20=EC=9D=B4=EC=8A=A4=ED=84=B0?= =?UTF-8?q?=EC=97=90=EA=B7=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/globals.css | 8 ++++++ .../recruitments/RecruitmentsTable.tsx | 26 ++++++++++++------- 2 files changed, 24 insertions(+), 10 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index d1928ca..ad004b8 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -91,10 +91,18 @@ table { background-color: white; padding-left: 40px; padding-right: 40px; + position: relative; } & .file { display: flex; gap: 10px; flex-wrap: wrap; } + & .easteregg { + position: absolute; + height: 20px; + width: 100%; + left: 0px; + backdrop-filter: blur(10px); + } } diff --git a/src/components/recruitments/RecruitmentsTable.tsx b/src/components/recruitments/RecruitmentsTable.tsx index 33e4eae..5e9a339 100644 --- a/src/components/recruitments/RecruitmentsTable.tsx +++ b/src/components/recruitments/RecruitmentsTable.tsx @@ -13,8 +13,6 @@ function RecruitmentsTable({ ...rest }: RecruitmentsDetailTable) { working_hours, required_licenses, hiring_progress, - train_pay, - pay, benefits, military, submit_document, @@ -101,6 +99,14 @@ function RecruitmentsTable({ ...rest }: RecruitmentsDetailTable) { ); })} + + 모집일 + + {start_date && end_date + ? start_date + " ~ " + end_date + : "상시채용"} + + 최소성적 @@ -125,6 +131,14 @@ function RecruitmentsTable({ ...rest }: RecruitmentsDetailTable) { .join(" > ")} + + 실습 수당 + 이스터에그 입니다 ^^
+ + + 정규직 전환 시 + 안 보여 줄 거지롱~
+ 복지 {benefits || "-"} @@ -137,14 +151,6 @@ function RecruitmentsTable({ ...rest }: RecruitmentsDetailTable) { 제출 서류 {submit_document} - - 모집일 - - {start_date && end_date - ? start_date + " ~ " + end_date - : "상시채용"} - - 기타 {etc || "-"}