data 정보 수정

우편 내용 복사 기능
우편 코드 정리
유저 인벤토리 아이템 삭제 제거
This commit is contained in:
2025-05-15 17:49:45 +09:00
parent d219a128bc
commit 9be5bb388a
24 changed files with 582 additions and 839 deletions

View File

@@ -825,4 +825,10 @@ export const StyledSelectInput = styled(SelectInput)`
export const TimeSeparator = styled.span`
color: #94a3b8;
margin: 0 2px;
`;
export const CopyBtn = styled.div`
position: absolute;
right: 0;
top: 0;
`;