瀏覽代碼

update layout

CR013B2
Jason Chuang 5 天之前
父節點
當前提交
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" />


Loading…
取消
儲存