소스 검색

update layout

CR013B2
Jason Chuang 4 주 전
부모
커밋
2cd999802d
3개의 변경된 파일21개의 추가작업 그리고 6개의 파일을 삭제
  1. +7
    -2
      src/pages/Proof/Payment/Pay_DN.js
  2. +7
    -2
      src/pages/Proof/Payment/Pay_Office.js
  3. +7
    -2
      src/pages/Proof/Payment/Pay_Online.js

+ 7
- 2
src/pages/Proof/Payment/Pay_DN.js 파일 보기

@@ -51,7 +51,10 @@ const isAfter = checkIsOnlyOnlinePayment();
{isAfter ? (
<Typography
variant="h4"
sx={{ textAlign: "left", ml: 8, mr: 4, mt: 4 }}
sx={{ textAlign: "left", ml: 8, mr: 4, mt: 4,
textDecoration: "underline",
textDecorationThickness: "2px",
textUnderlineOffset: "4px" }}
>
<FormattedMessage id="proofPaymentHeader_demandNote2" />
</Typography>
@@ -63,7 +66,9 @@ const isAfter = checkIsOnlyOnlinePayment();
ml: 4,
mr: 4,
mt: 4,
borderBottom: "1px solid black"
textDecoration: "underline",
textDecorationThickness: "2px",
textUnderlineOffset: "4px"
}}
>
<FormattedMessage id="proofPaymentHeader_demandNote" />


+ 7
- 2
src/pages/Proof/Payment/Pay_Office.js 파일 보기

@@ -51,7 +51,10 @@ const isAfter = checkIsOnlyOnlinePayment();
{isAfter ? (
<Typography
variant="h4"
sx={{ textAlign: "left", ml: 8, mr: 4, mt: 4 }}
sx={{ textAlign: "left", ml: 8, mr: 4, mt: 4,
textDecoration: "underline",
textDecorationThickness: "2px",
textUnderlineOffset: "4px" }}
>
<FormattedMessage id="proofPaymentHeader_office2" />
</Typography>
@@ -63,7 +66,9 @@ const isAfter = checkIsOnlyOnlinePayment();
ml: 4,
mr: 4,
mt: 4,
borderBottom: "1px solid black"
textDecoration: "underline",
textDecorationThickness: "2px",
textUnderlineOffset: "4px"
}}
>
<FormattedMessage id="proofPaymentHeader_office" />


+ 7
- 2
src/pages/Proof/Payment/Pay_Online.js 파일 보기

@@ -157,7 +157,10 @@ const Index = () => {
{isAfter ? (
<Typography
variant="h4"
sx={{ textAlign: "left", ml: 8, mr: 4, mt: 4 }}
sx={{ textAlign: "left", ml: 8, mr: 4, mt: 4,
textDecoration: "underline",
textDecorationThickness: "2px",
textUnderlineOffset: "4px" }}
>
<FormattedMessage id="proofPaymentHeader_online2" />
</Typography>
@@ -169,7 +172,9 @@ const Index = () => {
ml: 4,
mr: 4,
mt: 4,
borderBottom: "1px solid black"
textDecoration: "underline",
textDecorationThickness: "2px",
textUnderlineOffset: "4px"
}}
>
<FormattedMessage id="proofPaymentHeader_online" />


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