diff --git a/src/pages/Payment/index.js b/src/pages/Payment/index.js index 40d4807..1fdc562 100644 --- a/src/pages/Payment/index.js +++ b/src/pages/Payment/index.js @@ -29,6 +29,8 @@ import { // import FpsIcon from "assets/images/icons/fps.svg"; import titleBackgroundImg from 'assets/images/dashboard/gazette-bar.png' +import {ThemeProvider} from "@emotion/react"; +import {PNSPS_BUTTON_THEME} from "../../themes/buttonConst"; const BackgroundHead = { backgroundImage: `url(${titleBackgroundImg})`, width: '100%', @@ -424,10 +426,10 @@ const Index = () => { + + {/*row 2*/} diff --git a/src/pages/Proof/Payment/Pay.js b/src/pages/Proof/Payment/Pay.js index 697fcdc..c28940a 100644 --- a/src/pages/Proof/Payment/Pay.js +++ b/src/pages/Proof/Payment/Pay.js @@ -141,9 +141,20 @@ const Index = () => {
- setIsPopUp(false)} > - - 確認付款 + setIsPopUp(false)} + PaperProps={{ + sx: { + minWidth: '40vw', + maxWidth: { xs: '90vw', s: '90vw', m: '70vw', lg: '30vw' }, + maxHeight: { xs: '90vh', s: '70vh', m: '70vh', lg: '50vh' } + } + }} + > + + 確認付款 + 總額(HK$): {FormatUtils.currencyFormat(fee)} diff --git a/src/pages/PublicNotice/Details_Public/ApplicationDetailCard.js b/src/pages/PublicNotice/Details_Public/ApplicationDetailCard.js index 8c2a124..572db9f 100644 --- a/src/pages/PublicNotice/Details_Public/ApplicationDetailCard.js +++ b/src/pages/PublicNotice/Details_Public/ApplicationDetailCard.js @@ -39,6 +39,7 @@ import EditNoteIcon from '@mui/icons-material/EditNote'; import DownloadIcon from '@mui/icons-material/Download'; import {PNSPS_BUTTON_THEME} from "../../../themes/buttonConst"; import {ThemeProvider} from "@emotion/react"; +import * as React from "react"; // ==============================|| DASHBOARD - DEFAULT ||============================== // const ApplicationDetailCard = ( { applicationDetailData, @@ -147,7 +148,7 @@ const ApplicationDetailCard = ( currentApplicationDetailData.status == "confirmed" ?