"Update:Breadcrumb information"
This commit is contained in:
@@ -55,7 +55,7 @@ function Breadcrumbs({ title, route, light, children }) {
|
||||
backgroundColor: '#fff'
|
||||
}}
|
||||
>
|
||||
<Grid container spacing={2} justifyContent="space-between" alignItems="center">
|
||||
<Grid container spacing={2} alignItems="center">
|
||||
<Grid item>
|
||||
<MuiBreadcrumbs
|
||||
sx={{
|
||||
@@ -78,7 +78,7 @@ function Breadcrumbs({ title, route, light, children }) {
|
||||
</MDTypography>
|
||||
</MuiBreadcrumbs>
|
||||
</Grid>
|
||||
<Grid item md={4}>
|
||||
<Grid item md={4} whiteSpace="nowrap" position="absolute" right="16px">
|
||||
{children}
|
||||
</Grid>
|
||||
</Grid>
|
||||
|
||||
@@ -45,7 +45,7 @@ function SetupInventory()
|
||||
<DashboardLayout>
|
||||
<DashboardNavbar>
|
||||
<MDButton sx={{ ml: 3 }} color="primary" onClick={() => navigate('/setup/inventory/inventory-new')}>
|
||||
+ Add new
|
||||
Add new Inventory
|
||||
</MDButton>
|
||||
</DashboardNavbar>
|
||||
<MDBox px={2} py={3}>
|
||||
|
||||
@@ -32,7 +32,7 @@ function WarehouseScreen() {
|
||||
color="primary"
|
||||
onClick={() => navigate('/setup/warehouse/add-warehouse')}
|
||||
>
|
||||
+ Add new
|
||||
Add new Warehouse
|
||||
</MDButton>
|
||||
</DashboardNavbar>
|
||||
<TileBasic
|
||||
|
||||
Reference in New Issue
Block a user