ソースを参照

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


読み込み中…
キャンセル
保存