浏览代码

update table height

master
jason.lam 1年前
父节点
当前提交
db5a28a9b7
共有 12 个文件被更改,包括 12 次插入12 次删除
  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 查看文件

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

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

<FiDataGrid
sx={_sx}


+ 1
- 1
src/pages/DemandNote/Create/index.js 查看文件

@@ -80,7 +80,7 @@ const Index = () => {
!onReady ?
<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}>
<div style={BackgroundHead}>
<Stack direction="row" height='70px' justifyContent="flex-start" alignItems="center">


+ 1
- 1
src/pages/DemandNote/Search/DataGrid.js 查看文件

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

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


+ 1
- 1
src/pages/DemandNote/Search/index.js 查看文件

@@ -94,7 +94,7 @@ const UserSearchPage_Individual = () => {
!onReady ?
<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}>
<div style={BackgroundHead}>
<Stack direction="row" height='70px' justifyContent="flex-start" alignItems="center">


+ 1
- 1
src/pages/GFMIS/DataGrid.js 查看文件

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

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

<FiDataGrid
sx={_sx}


+ 1
- 1
src/pages/GFMIS/index.js 查看文件

@@ -100,7 +100,7 @@ const Index = () => {
!onReady ?
<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}>
<div style={BackgroundHead}>
<Stack direction="row" height='70px' justifyContent="flex-start" alignItems="center">


+ 1
- 1
src/pages/Payment/Search_GLD/DataGrid.js 查看文件

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

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

<FiDataGrid
sx={_sx}


+ 1
- 1
src/pages/Payment/Search_GLD/index.js 查看文件

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


+ 1
- 1
src/pages/Proof/Search_GLD/DataGrid.js 查看文件

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

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


+ 1
- 1
src/pages/Proof/Search_GLD/index.js 查看文件

@@ -92,7 +92,7 @@ const UserSearchPage_Individual = () => {
!onReady ?
<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}>
<div style={BackgroundHead}>


+ 1
- 1
src/pages/PublicNotice/Search_GLD/DataGrid.js 查看文件

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

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


+ 1
- 1
src/pages/PublicNotice/Search_GLD/index.js 查看文件

@@ -92,7 +92,7 @@ const UserSearchPage_Individual = () => {
!onReady ?
<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}>
<div style={BackgroundHead}>
<Stack direction="row" height='70px' justifyContent="flex-start" alignItems="center">


正在加载...
取消
保存