Browse Source

領収証発行依頼一覧 テーブルサイズのsmallへ修正

develop
sosuke.iwabuchi 2 years ago
parent
commit
5e6bb9b28f
1 changed files with 1 additions and 1 deletions
  1. +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 ( return (
<> <>
<TableContainer> <TableContainer>
<Table sx={{ minWidth: 1200 }}>
<Table sx={{ minWidth: 1200 }} size="small">
<TableHeadCustom <TableHeadCustom
order={order} order={order}
orderBy={sort} orderBy={sort}


Loading…
Cancel
Save