소스 검색

update ui

master
Anna Ho 1 년 전
부모
커밋
0e5304eccc
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      src/pages/PublicNotice/Details_GLD/tabTableDetail/PaymentTab.js
  2. +1
    -1
      src/pages/PublicNotice/Details_Public/tabTableDetail/PaymentTab.js

+ 1
- 1
src/pages/PublicNotice/Details_GLD/tabTableDetail/PaymentTab.js 파일 보기

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

return (
<>
<div style={{ height: 400, width: '100%' }}>
<div style={{ height:'20%', width: '100%' }}>
<FiDataGrid
rows={rows}
columns={columns}


+ 1
- 1
src/pages/PublicNotice/Details_Public/tabTableDetail/PaymentTab.js 파일 보기

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

return (
<>
<div style={{ height: 400, width: '100%' }}>
<div style={{ height:'20%', width: '100%' }}>
<FiDataGrid
rows={rows}
columns={columns}


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