랜드 정보 조회

This commit is contained in:
2025-03-06 12:04:51 +09:00
parent 2330bbc393
commit 04adce4aaf
5 changed files with 20 additions and 7 deletions

View File

@@ -569,6 +569,13 @@ export const MessageBox = styled.div`
// FORM
export const FormItemGroup = styled.div`
margin-bottom: 15px;
display: flex;
align-items: center;
justify-content: flex-start;
`;
export const FormGroup = styled.div`
margin-bottom: 24px;
`;