Skip to content

Commit

Permalink
design: 나머지 부분 Ui 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
eonseok-jeon committed Nov 27, 2024
1 parent e6533c2 commit 342495b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/components/org/OrgAdmin/RecruitSection/Fna.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const Fna = () => {
topAddon={{
labelText: '질문1',
}}
required
fixedHeight={74}
maxHeight={74}
placeholder="질문을 입력해주세요."
Expand All @@ -50,6 +51,7 @@ const Fna = () => {
{...register(`recruitQuestion.${selectedPart}.questions.0.answer`, {
required: true && VALIDATION_CHECK.required.errorText,
})}
required
fixedHeight={74}
maxHeight={74}
placeholder="답변을 입력해주세요."
Expand All @@ -68,6 +70,7 @@ const Fna = () => {
topAddon={{
labelText: '질문2',
}}
required
fixedHeight={74}
maxHeight={74}
placeholder="질문을 입력해주세요."
Expand All @@ -78,6 +81,7 @@ const Fna = () => {
{...register(`recruitQuestion.${selectedPart}.questions.1.answer`, {
required: true && VALIDATION_CHECK.required.errorText,
})}
required
fixedHeight={74}
maxHeight={74}
placeholder="답변을 입력해주세요."
Expand All @@ -96,6 +100,7 @@ const Fna = () => {
topAddon={{
labelText: '질문3',
}}
required
fixedHeight={74}
maxHeight={74}
placeholder="질문을 입력해주세요."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const PartCurriculum = () => {
return (
<StWrapper>
<StTitleWrapper>
<StTitle>파트별 인재상</StTitle>
<StTitle>파트별 소개</StTitle>
</StTitleWrapper>
<PartCategory
selectedPart={selectedPart}
Expand All @@ -36,6 +36,7 @@ const PartCurriculum = () => {
topAddon={{
labelText: `${selectedPart} 파트는 이런 걸 배워요.`,
}}
required
fixedHeight={158}
maxHeight={158}
placeholder="파트별 설명을 작성해주세요."
Expand All @@ -49,6 +50,7 @@ const PartCurriculum = () => {
topAddon={{
labelText: '이런 분이면 좋아요!',
}}
required
fixedHeight={230}
maxHeight={230}
placeholder={`파트별 인재상을 작성해주세요.
Expand Down

0 comments on commit 342495b

Please sign in to comment.