소스 검색

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


불러오는 중...
취소
저장