change style
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user