From faf45a7d0077bbe8a6867e09767de43cd3d2982a Mon Sep 17 00:00:00 2001 From: "sosuke.iwabuchi" Date: Fri, 28 Jul 2023 16:46:30 +0900 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E4=BD=93=E7=9A=84=E3=81=AB=E4=BD=99?= =?UTF-8?q?=E7=99=BD=E3=82=92=E8=A9=B0=E3=82=81=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/dashbord/index.tsx | 2 +- src/pages/dashboard/login-user/list.tsx | 2 +- .../receipt-issuing-order/custom/hello-techno/list.tsx | 7 ++----- src/theme/index.tsx | 9 +++++++++ 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/src/layouts/dashbord/index.tsx b/src/layouts/dashbord/index.tsx index 8496186..8c28f52 100644 --- a/src/layouts/dashbord/index.tsx +++ b/src/layouts/dashbord/index.tsx @@ -55,7 +55,7 @@ function App() { }} >
- + diff --git a/src/pages/dashboard/login-user/list.tsx b/src/pages/dashboard/login-user/list.tsx index c18e747..267b91e 100644 --- a/src/pages/dashboard/login-user/list.tsx +++ b/src/pages/dashboard/login-user/list.tsx @@ -165,7 +165,7 @@ function SearchBox({ table }: CommonProps) { return ( - + 名前 diff --git a/src/pages/dashboard/receipt-issuing-order/custom/hello-techno/list.tsx b/src/pages/dashboard/receipt-issuing-order/custom/hello-techno/list.tsx index de63b28..04395ad 100644 --- a/src/pages/dashboard/receipt-issuing-order/custom/hello-techno/list.tsx +++ b/src/pages/dashboard/receipt-issuing-order/custom/hello-techno/list.tsx @@ -308,7 +308,6 @@ function SearchBox({ table }: CommonProps) { ステータス - {/* */} - + 運営会社 @@ -379,15 +378,13 @@ function SearchBox({ table }: CommonProps) { )} - {/* */} - はがき一括 diff --git a/src/theme/index.tsx b/src/theme/index.tsx index 9e2f988..945b239 100644 --- a/src/theme/index.tsx +++ b/src/theme/index.tsx @@ -170,6 +170,15 @@ theme = { }, }, }, + MuiGrid: { + styleOverrides: { + root: { + "&>.MuiGrid-item": { + paddingTop: theme.spacing(1), + }, + }, + }, + }, }, };