After1 before after 사용해서 줄 긋기 진행하고 있는 프로젝트에서 댓글창 부분 위아래로 회색선을 만들어야했다. 좀 더 깔끔한 코드를 위해서 before와 after를 이용해서 구현해보았다. 기존 코드 // 컴포넌트부분 const CommentOptionsBar = ({ postProps }: { postProps: PostProps }) => { return ( 댓글 {postProps.postData.commentCount} ); }; // styled-component 부분 const CommentOptionsBarS = styled.div` height: 2.5rem; background-color: var(--color-white); display: flex; align-items: center; justify-content: spac.. 개발/개발일지 2023. 10. 11. 이전 1 다음