Browse Source

update table height

master
jason.lam 1 year ago
parent
commit
db5a28a9b7
12 changed files with 12 additions and 12 deletions
  1. +1
    -1
      src/pages/DemandNote/Create/DataGrid.js
  2. +1
    -1
      src/pages/DemandNote/Create/index.js
  3. +1
    -1
      src/pages/DemandNote/Search/DataGrid.js
  4. +1
    -1
      src/pages/DemandNote/Search/index.js
  5. +1
    -1
      src/pages/GFMIS/DataGrid.js
  6. +1
    -1
      src/pages/GFMIS/index.js
  7. +1
    -1
      src/pages/Payment/Search_GLD/DataGrid.js
  8. +1
    -1
      src/pages/Payment/Search_GLD/index.js
  9. +1
    -1
      src/pages/Proof/Search_GLD/DataGrid.js
  10. +1
    -1
      src/pages/Proof/Search_GLD/index.js
  11. +1
    -1
      src/pages/PublicNotice/Search_GLD/DataGrid.js
  12. +1
    -1
      src/pages/PublicNotice/Search_GLD/index.js

+ 1
- 1
src/pages/DemandNote/Create/DataGrid.js View File

@@ -103,7 +103,7 @@ export default function SearchPublicNoticeTable({ recordList }) {
]; ];


return ( return (
<div style={{ minHeight:400, width: '100%' }}>
<div style={{ minHeight:'80vh', width: '100%' }}>


<FiDataGrid <FiDataGrid
sx={_sx} sx={_sx}


+ 1
- 1
src/pages/DemandNote/Create/index.js View File

@@ -80,7 +80,7 @@ const Index = () => {
!onReady ? !onReady ?
<LoadingComponent/> <LoadingComponent/>
: :
<Grid container sx={{minHeight: '85vh', backgroundColor: 'backgroundColor.default'}} direction="column">
<Grid container sx={{minHeight: '120vh', backgroundColor: 'backgroundColor.default'}} direction="column">
<Grid item xs={12}> <Grid item xs={12}>
<div style={BackgroundHead}> <div style={BackgroundHead}>
<Stack direction="row" height='70px' justifyContent="flex-start" alignItems="center"> <Stack direction="row" height='70px' justifyContent="flex-start" alignItems="center">


+ 1
- 1
src/pages/DemandNote/Search/DataGrid.js View File

@@ -272,7 +272,7 @@ export default function SearchDemandNote({ recordList, reloadFun, applySearch })
]; ];


return ( return (
<div style={{ height: '100%', width: '100%' }}>
<div style={{ height: '80vh', width: '100%' }}>
<Grid container maxWidth justifyContent="flex-start"> <Grid container maxWidth justifyContent="flex-start">
<ThemeProvider theme={PNSPS_BUTTON_THEME}> <ThemeProvider theme={PNSPS_BUTTON_THEME}>
<Grid item sx={{ ml: 3, mr: 3, mb: 3, mt: 3 }}> <Grid item sx={{ ml: 3, mr: 3, mb: 3, mt: 3 }}>


+ 1
- 1
src/pages/DemandNote/Search/index.js View File

@@ -94,7 +94,7 @@ const UserSearchPage_Individual = () => {
!onReady ? !onReady ?
<LoadingComponent /> <LoadingComponent />
: :
<Grid container sx={{ minHeight: '85vh', backgroundColor: 'backgroundColor.default' }} direction="column">
<Grid container sx={{ minHeight: '120vh', backgroundColor: 'backgroundColor.default' }} direction="column">
<Grid item xs={12}> <Grid item xs={12}>
<div style={BackgroundHead}> <div style={BackgroundHead}>
<Stack direction="row" height='70px' justifyContent="flex-start" alignItems="center"> <Stack direction="row" height='70px' justifyContent="flex-start" alignItems="center">


+ 1
- 1
src/pages/GFMIS/DataGrid.js View File

@@ -69,7 +69,7 @@ export default function SearchPublicNoticeTable({ recordList }) {


return ( return (
<div style={{ minHeight:400, width: '100%' }}>
<div style={{ minHeight:'80vh', width: '100%' }}>


<FiDataGrid <FiDataGrid
sx={_sx} sx={_sx}


+ 1
- 1
src/pages/GFMIS/index.js View File

@@ -100,7 +100,7 @@ const Index = () => {
!onReady ? !onReady ?
<LoadingComponent/> <LoadingComponent/>
: :
<Grid container sx={{minHeight: '85vh', backgroundColor: 'backgroundColor.default'}} direction="column">
<Grid container sx={{minHeight: '120vh', backgroundColor: 'backgroundColor.default'}} direction="column">
<Grid item xs={12}> <Grid item xs={12}>
<div style={BackgroundHead}> <div style={BackgroundHead}>
<Stack direction="row" height='70px' justifyContent="flex-start" alignItems="center"> <Stack direction="row" height='70px' justifyContent="flex-start" alignItems="center">


+ 1
- 1
src/pages/Payment/Search_GLD/DataGrid.js View File

@@ -87,7 +87,7 @@ export default function SearchPublicNoticeTable({ recordList }) {
]; ];


return ( return (
<div style={{ minHeight:400, width: '100%' }}>
<div style={{ minHeight:'80vh', width: '100%' }}>


<FiDataGrid <FiDataGrid
sx={_sx} sx={_sx}


+ 1
- 1
src/pages/Payment/Search_GLD/index.js View File

@@ -82,7 +82,7 @@ const Index = () => {
/> />
</Grid> </Grid>
{/*row 2*/} {/*row 2*/}
<Grid item xs={12} md={12} lg={12}>
<Grid style={{ height: '120vh'}} item xs={12} md={12} lg={12}>
<MainCard elevation={0} <MainCard elevation={0}
border={false} border={false}
content={false} content={false}


+ 1
- 1
src/pages/Proof/Search_GLD/DataGrid.js View File

@@ -130,7 +130,7 @@ export default function SearchPublicNoticeTable({ recordList }) {
} }


return ( return (
<div style={{ height: '100%', width: '100%' }}>
<div style={{ height: '80vh', width: '100%' }}>
<Box sx={{ backgroundColor: "#fff", ml: 2 }} width="98%"> <Box sx={{ backgroundColor: "#fff", ml: 2 }} width="98%">
<FiDataGrid <FiDataGrid
rowHeight={80} rowHeight={80}


+ 1
- 1
src/pages/Proof/Search_GLD/index.js View File

@@ -92,7 +92,7 @@ const UserSearchPage_Individual = () => {
!onReady ? !onReady ?
<LoadingComponent /> <LoadingComponent />
: :
<Grid container sx={{ minHeight: '85vh', backgroundColor: 'backgroundColor.default' }} direction="column"
<Grid container sx={{ minHeight: '120vh', backgroundColor: 'backgroundColor.default' }} direction="column"
> >
<Grid item xs={12}> <Grid item xs={12}>
<div style={BackgroundHead}> <div style={BackgroundHead}>


+ 1
- 1
src/pages/PublicNotice/Search_GLD/DataGrid.js View File

@@ -111,7 +111,7 @@ export default function SearchPublicNoticeTable({ recordList }) {
} }


return ( return (
<div style={{ height: '100%', width: '100%' }}>
<div style={{ height: '80vh', width: '100%' }}>
<Box sx={{ backgroundColor: "#fff", ml: 2 }} width="98%"> <Box sx={{ backgroundColor: "#fff", ml: 2 }} width="98%">
<FiDataGrid <FiDataGrid
rows={rows} rows={rows}


+ 1
- 1
src/pages/PublicNotice/Search_GLD/index.js View File

@@ -92,7 +92,7 @@ const UserSearchPage_Individual = () => {
!onReady ? !onReady ?
<LoadingComponent /> <LoadingComponent />
: :
<Grid container sx={{ minHeight: '85vh', backgroundColor: 'backgroundColor.default' }} direction="column">
<Grid container sx={{ minHeight: '120vh', backgroundColor: 'backgroundColor.default' }} direction="column">
<Grid item xs={12}> <Grid item xs={12}>
<div style={BackgroundHead}> <div style={BackgroundHead}>
<Stack direction="row" height='70px' justifyContent="flex-start" alignItems="center"> <Stack direction="row" height='70px' justifyContent="flex-start" alignItems="center">


Loading…
Cancel
Save