瀏覽代碼

height => minHeight

master
Anna Ho 1 年之前
父節點
當前提交
b6d1701ce2
共有 3 個檔案被更改,包括 3 行新增3 行删除
  1. +1
    -1
      src/pages/Payment/Search_GLD/DataGrid.js
  2. +1
    -1
      src/pages/Payment/Search_Public/DataGrid.js
  3. +1
    -1
      src/pages/PublicNotice/ListPanel/PendingPaymentTab.js

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

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

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

<FiDataGrid
sx={_sx}


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

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

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

<FiDataGrid
sx={_sx}


+ 1
- 1
src/pages/PublicNotice/ListPanel/PendingPaymentTab.js 查看文件

@@ -144,7 +144,7 @@ export default function SubmittedTab({ rows }) {

return (
<>
<div style={{ height: 400, width: '100%', padding: 4 }}>
<div style={{ minHeight: 400, width: '100%', padding: 4 }}>
<FiDataGrid
checkboxSelection
disableRowSelectionOnClick


Loading…
取消
儲存