diff --git a/src/pages/Payment/Search_GLD/SearchForm.js b/src/pages/Payment/Search_GLD/SearchForm.js index 4b7d5c6..954bc4f 100644 --- a/src/pages/Payment/Search_GLD/SearchForm.js +++ b/src/pages/Payment/Search_GLD/SearchForm.js @@ -19,22 +19,6 @@ const SearchPublicNoticeForm = ({ applySearch, searchCriteria }) => { const [maxDate, setMaxDate] = React.useState(searchCriteria.dateTo); const [status, setStatus] = React.useState(ComboData.paymentStatus[0]); - const _sx = { - padding: "4 2 4 2", - boxShadow: 1, - border: 1, - borderColor: '#DDD', - '& .MuiDataGrid-cell': { - borderTop: 1, - borderBottom: 1, - borderColor: "#EEE" - }, - '& .MuiDataGrid-footerContainer': { - border: 1, - borderColor: "#EEE" - } - } - const { reset, register, handleSubmit } = useForm() const onSubmit = (data) => { @@ -57,21 +41,19 @@ const SearchPublicNoticeForm = ({ applySearch, searchCriteria }) => { -
- {/*row 1*/} - - - Search Form - - - - - {/*row 2*/} - + + + {/*row 1*/} + + + Search Form + + + {/*row 2*/} + { }} /> - - + diff --git a/src/pages/Payment/Search_GLD/index.js b/src/pages/Payment/Search_GLD/index.js index 9e7d21e..d27248c 100644 --- a/src/pages/Payment/Search_GLD/index.js +++ b/src/pages/Payment/Search_GLD/index.js @@ -64,11 +64,13 @@ const Index = () => { !onReady ? : - +
- Payment Record + + Payment Record +