-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#35] 질문 조회 페이지 #39
[#35] 질문 조회 페이지 #39
Conversation
pages/questionRead/[pid].tsx
Outdated
|
||
const Container = styled.section` | ||
width: 100%; | ||
height: 100vh; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
요고 height: auto 로 하는거 어떨까요? 푸터를 넣었을 때 auto로 해야 푸터가 맨 밑에 하단으로 가더라구요!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넹
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수정했습니당
Summary
질문 조회 페이지 제작
Description
이슈 넘버: [#35] 질문 조회 페이지 #35
피그마:
![질문 확인 답변하기](https://private-user-images.githubusercontent.com/78731710/260780065-d6214047-5093-4771-b725-320375fdac27.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMDQ3MDIsIm5iZiI6MTczOTMwNDQwMiwicGF0aCI6Ii83ODczMTcxMC8yNjA3ODAwNjUtZDYyMTQwNDctNTA5My00NzcxLWI3MjUtMzIwMzc1ZmRhYzI3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDIwMDY0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM2MGEwYzRmNWZmNTI4N2Q1OTBkMjkzMWE3NzI4OTVkZTAwYmU5ODJjNDdkMmE0ZTQ0Y2ZjZWQwNzUyM2Q5ZmYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.688TcJbvZ1qsdBUzfWGKMpLSi8e4hGhSOGlCU3mQ0iU)
관련 문서:
Details
Routing
[pid].tsx
라는 파일을 만들어서 동적 라우팅이 가능하게 하였습니다.Search
Search
컴포넌트의 props로variant
옵션을up
|down
으로 받아서 열리는 방향을 선택 가능하게끔 하였습니다. (홈화면은 위로 열림)Question
Tag
컴포넌트 사용하여서 UI 맞추어 제작MyAnswer
Key Changes
true
로 설정하여서 기존의 컴포넌트들이 수정할 필요는 없게 하였습니다.To Reviewer
After Work
Tag
컴포넌트 overflow 고려 (기획 / 디자이너님과 논의)