Procházet zdrojové kódy

height => minHeight

master
Anna Ho před 1 rokem
rodič
revize
b6d1701ce2
3 změnil soubory, kde provedl 3 přidání a 3 odebrání
  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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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


Načítá se…
Zrušit
Uložit