소스 검색

update payment detail bottom text size

master
jason.lam 1 년 전
부모
커밋
f799d38b2c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/pages/Payment/MultiPaymentWindow.js

+ 2
- 2
src/pages/Payment/MultiPaymentWindow.js 파일 보기

@@ -237,12 +237,12 @@ const MultiPaymentWindow = (props) => {
<Grid item xs={12} md={12}>
<Grid container >
<Grid item>
<Typography sx={{fontSize: "20px", color: "#000000", textAlign: "left" }}>
<Typography variant="pnspsFormParagraphBold" sx={{ color: "#000000", textAlign: "left" }}>
<FormattedMessage id="payTotal"/>(HK$):&nbsp;
</Typography>
</Grid>
<Grid item>
<Typography sx={{fontSize: "20px", color: "#000000", textAlign: "left" }}>
<Typography variant="pnspsFormParagraphBold" sx={{color: "#000000", textAlign: "left" }}>
{" HK$ " + FormatUtils.currencyFormat(props.totalAmount)}
</Typography>
</Grid>


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