change style

This commit is contained in:
Amirhossein Mahmoodi
2024-08-18 15:38:23 +03:30
parent f0c8b9680a
commit f258dedc78
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import { Stack } from "@mui/material";
const InquiryPrivacyFencingPage = () => { const InquiryPrivacyFencingPage = () => {
return ( return (
<Stack spacing={2}> <Stack spacing={1}>
<PageTitle title={"احداث و بهره برداری دیوارکشی و مستحدثات"} /> <PageTitle title={"احداث و بهره برداری دیوارکشی و مستحدثات"} />
<InquiryPrivacyFencingList /> <InquiryPrivacyFencingList />
</Stack> </Stack>

View File

@@ -236,7 +236,7 @@ const InquiryPrivacyFencingList = () => {
return ( return (
<> <>
<Box sx={{ p: 2, border: 1, borderColor: "divider", borderRadius: 1 }}> <Box sx={{ p: 1, border: 1, borderColor: "divider", borderRadius: 1 }}>
<DataTable <DataTable
table_title={"لیست استعلام ها"} table_title={"لیست استعلام ها"}
need_filter={false} need_filter={false}

View File

@@ -113,7 +113,7 @@ const HeaderWithSidebar = ({ children }) => {
</Drawer> </Drawer>
<Main open={open} sx={{ height: "100%", width: "100%", overflow: "hidden" }}> <Main open={open} sx={{ height: "100%", width: "100%", overflow: "hidden" }}>
<DrawerHeader /> <DrawerHeader />
<Box sx={{ height: "100%", width: "100%", overflowY: "auto", p: 2, overflowX: "hidden" }}> <Box sx={{ height: "100%", width: "100%", overflowY: "auto", p: 1, overflowX: "hidden" }}>
{children} {children}
</Box> </Box>
</Main> </Main>