-
Notifications
You must be signed in to change notification settings - Fork 9
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
[jeongminsang] UI 작업 #27
base: dev
Are you sure you want to change the base?
Conversation
jeongminsang
commented
May 5, 2023
•
edited
Loading
edited
- UI 작업
- input value가 true이고 api데이터가 없을 때만 "검색어 없음"이 출력되도록 수정
- 데이터 참조 에러 수정
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.
요구사항에 없없지만 출력한 검색어의 개수에 제한을 두신 게 인상적이네요 👍
최대 검색어 갯수를 7개로 딱 제한하신건가요?? |
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.
오..완전 똑같아요😄
} | ||
.container { | ||
display: flex; | ||
flex-direction: row; |
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.
저는 block이 기본값인 요소에 flex 넣을 때 flex-direction 안 넣고 작업해왔는데 혹시 이 속성을 쓸때랑 안쓸때의 차이가 있나요?