change style
This commit is contained in:
@@ -6,7 +6,7 @@ import { Stack } from "@mui/material";
|
||||
|
||||
const InquiryPrivacyFencingPage = () => {
|
||||
return (
|
||||
<Stack spacing={2}>
|
||||
<Stack spacing={1}>
|
||||
<PageTitle title={"احداث و بهره برداری دیوارکشی و مستحدثات"} />
|
||||
<InquiryPrivacyFencingList />
|
||||
</Stack>
|
||||
|
||||
@@ -236,7 +236,7 @@ const InquiryPrivacyFencingList = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<Box sx={{ p: 2, border: 1, borderColor: "divider", borderRadius: 1 }}>
|
||||
<Box sx={{ p: 1, border: 1, borderColor: "divider", borderRadius: 1 }}>
|
||||
<DataTable
|
||||
table_title={"لیست استعلام ها"}
|
||||
need_filter={false}
|
||||
|
||||
@@ -113,7 +113,7 @@ const HeaderWithSidebar = ({ children }) => {
|
||||
</Drawer>
|
||||
<Main open={open} sx={{ height: "100%", width: "100%", overflow: "hidden" }}>
|
||||
<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}
|
||||
</Box>
|
||||
</Main>
|
||||
|
||||
Reference in New Issue
Block a user