소스 검색

update loading page

tags/Baseline_30082024_FRONTEND_UAT
MSI\2Fi 1 년 전
부모
커밋
366d86f861
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +2
    -2
      src/components/CostAndExpenseReport/CostAndExpenseReportLoading.tsx
  2. +2
    -2
      src/components/Report/FinancialStatusReportGen/FinancialStatusReportGenLoading.tsx

+ 2
- 2
src/components/CostAndExpenseReport/CostAndExpenseReportLoading.tsx 파일 보기

@@ -24,7 +24,7 @@ export const CostAndExpenseReportLoading: React.FC = () => {
</Stack>
</CardContent>
</Card>
<Card>
{/* <Card>
<CardContent>
<Stack spacing={2}>
<Skeleton variant="rounded" height={40} />
@@ -33,7 +33,7 @@ export const CostAndExpenseReportLoading: React.FC = () => {
<Skeleton variant="rounded" height={40} />
</Stack>
</CardContent>
</Card>
</Card> */}
</>
);
};


+ 2
- 2
src/components/Report/FinancialStatusReportGen/FinancialStatusReportGenLoading.tsx 파일 보기

@@ -24,7 +24,7 @@ export const FinancialStatusReportGenLoading: React.FC = () => {
</Stack>
</CardContent>
</Card>
<Card>
{/* <Card>
<CardContent>
<Stack spacing={2}>
<Skeleton variant="rounded" height={40} />
@@ -33,7 +33,7 @@ export const FinancialStatusReportGenLoading: React.FC = () => {
<Skeleton variant="rounded" height={40} />
</Stack>
</CardContent>
</Card>
</Card> */}
</>
);
};


불러오는 중...
취소
저장