경제지표 재화 추가

게임 로그 재화지표 export api 추가
경제지표 재화 상세 > 재화 로그 페이지 이동 처리
This commit is contained in:
2025-06-16 15:45:36 +09:00
parent 7993f37e26
commit 495243a1a3
14 changed files with 459 additions and 143 deletions

View File

@@ -734,4 +734,14 @@ export const CircularProgressWrapper = styled.div`
display: flex;
align-items: center;
justify-content: center;
`;
export const TotalRow = styled.tr`
background-color: #f8f8f8;
font-weight: bold;
td {
padding: 10px;
border-bottom: 1px solid #ddd;
}
`;