This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
sosuke.iwabuchi
/
SATE-EasyReceipt-front
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
領収証発行依頼一覧 テーブルサイズのsmallへ修正
develop
sosuke.iwabuchi
2 years ago
parent
f0d09578b4
commit
5e6bb9b28f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/pages/dashboard/receipt-issuing-order/custom/hello-techno/list.tsx
+ 1
- 1
src/pages/dashboard/receipt-issuing-order/custom/hello-techno/list.tsx
View File
@@ -454,7 +454,7 @@ function TableBox({ table }: CommonProps) {
return (
<>
<TableContainer>
<Table sx={{ minWidth: 1200 }}>
<Table sx={{ minWidth: 1200 }}
size="small"
>
<TableHeadCustom
order={order}
orderBy={sort}
Write
Preview
Loading…
Cancel
Save