Browse Source

update layout

CR013B2
Jason Chuang 4 days ago
parent
commit
2cd999802d
3 changed files with 21 additions and 6 deletions
  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 View File

@@ -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 View File

@@ -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 View File

@@ -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" />


Loading…
Cancel
Save