|
|
@@ -158,7 +158,7 @@ const DashboardDefault = () => { |
|
|
|
<Grid container direction="column" justifyContent="flex-start" alignItems="center"> |
|
|
|
<Grid item xs={12} width="75%"> |
|
|
|
<Stack direction="row"> |
|
|
|
<Button sx={{ ml: 0, mt: 2.5 }} style={{ border: '2px solid' }} variant="outlined" onClick={() => { navigate("/publicNotice") }}> |
|
|
|
<Button title="返回" sx={{ ml: 0, mt: 2.5 }} style={{ border: '2px solid' }} variant="outlined" onClick={() => { navigate("/publicNotice") }}> |
|
|
|
<ForwardIcon style={{ height: 30, width: 50, transform: "rotate(180deg)" }} /> |
|
|
|
</Button> |
|
|
|
<Typography ml={3} mt={3} variant="h4">{title}</Typography> |
|
|
|