-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: 마이페이지 ui 제작 #7
Conversation
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.
SubMenuBox에 border radius가 각각 들어있는데 이 부분 수정해야 할 것 같아요. box-shadow도 없도록 수정부탁드려요!
수고하셨어요.. (ノ*・▽・)ノ
</Row> | ||
<Typo.s1 color={Palette.Main}>D-6</Typo.s1> | ||
<Typo.s1 color={Palette.Main}>D-{dDay}</Typo.s1> |
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.
답변 완료된 질문은 d-day 안보이게 수정해주세요!
src/assets/common.ts
Outdated
@@ -1,6 +1,21 @@ | |||
import { styled } from 'styled-components'; | |||
import { Palette } from 'styles/Palette'; | |||
|
|||
export const EntireContainer = styled.div` |
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.
'내댓글'이 4개만 있는데 배경색이 딱 그만큼만 바뀌고 있어서 EntireContainer는 height를 100%로 넣어야 할 거 같아요
운영하는 Website 또는 Application 등 온라인 쇼핑 플랫폼 서비스와 | ||
관련하여, 회사와 서비스를 이용하는 자(이하 “이용자”라 합니다) | ||
사이의 권리, 의무, 기타 필요한 사항을 정함으로써 상호 이익을 | ||
도모하는 것을 그 목적으로 합니다. 제 2 조 [용어의 정의] ① 이 |
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.
중간에 제 2조가 글에 섞여 들어갔는데ㅎㅎ 이건 나중에 텍스트 보기 편하게 정리하면 될 거 같습니다
src/pages/Mypage/index.tsx
Outdated
<Typo.h4> 님</Typo.h4> | ||
</UnderLine> | ||
</Column> | ||
<img src="/img/juniIcon.svg" /> |
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.
cyniIcon이 오는 경우도 추가해야될 거 같습니다
); | ||
}; | ||
|
||
const StyledLink = styled(Link)<{ margin?: number }>` |
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.
그동안 그냥 link로 더럽게 썼었는데,, styledlink 너무 좋은 방법인거 같아요ㅎㅎ 아예 common 스타일로 빼서 쓰는거 어떤가요?
src/pages/Mypage/MyQna/index.tsx
Outdated
<Typo.b2>{text} </Typo.b2> | ||
<Typo.b2 color={Palette.Main}>12</Typo.b2> | ||
</Row> | ||
{nowTab === 1 ? ( |
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.
삼항연산자 대신 && 연산자 쓰면 코드가 더 간단해질 거 같아요!
관련 이슈
#4
수정사항
기타