This website works better with JavaScript.
Home
Explore
Help
Sign In
alex
/
PNSPS-frontend-MaterialUI
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update ui
master
Anna Ho
1 year ago
parent
b1096df586
commit
0e5304eccc
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/pages/PublicNotice/Details_GLD/tabTableDetail/PaymentTab.js
+1
-1
src/pages/PublicNotice/Details_Public/tabTableDetail/PaymentTab.js
+ 1
- 1
src/pages/PublicNotice/Details_GLD/tabTableDetail/PaymentTab.js
View File
@@ -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
View File
@@ -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}
Write
Preview
Loading…
Cancel
Save