경제지표 재화 추가
게임 로그 재화지표 export api 추가 경제지표 재화 상세 > 재화 로그 페이지 이동 처리
This commit is contained in:
@@ -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;
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user