|
|
@@ -50,14 +50,22 @@ const DashboardDefault = () => { |
|
|
|
<Stack direction="row" spacing={2}> |
|
|
|
<AdsClickRoundedIcon /> |
|
|
|
<Stack direction="column" alignItems="start"> |
|
|
|
<Typography variant="h4" >提交公共啟事申請</Typography> |
|
|
|
<Typography >提供你的啟事內容作排版,校對及計價。</Typography> |
|
|
|
<Typography variant="h4" > |
|
|
|
<FormattedMessage id="submitApplication" /> |
|
|
|
</Typography> |
|
|
|
<Typography > |
|
|
|
<FormattedMessage id="applicationSubheading" /> |
|
|
|
</Typography> |
|
|
|
</Stack> |
|
|
|
</Stack> |
|
|
|
</Box> |
|
|
|
<Stack direction="row" justifyContent="space-between" sx={{ pl: 2, pr: 2, pt: 2 }} > |
|
|
|
<Typography variant="h4">公告</Typography> |
|
|
|
<Button color="gray"><u>顯示所有公告</u></Button> |
|
|
|
<Typography variant="h4"> |
|
|
|
<FormattedMessage id="announcement" /> |
|
|
|
</Typography> |
|
|
|
<Button color="gray"><u> |
|
|
|
<FormattedMessage id="viewAllAnnouncement" /> |
|
|
|
</u></Button> |
|
|
|
</Stack> |
|
|
|
<Box xs={12} md={12} sx={{ p: 1, border: '3px solid #eee', borderRadius: '10px' }} > |
|
|
|
<Notice |
|
|
@@ -66,8 +74,12 @@ const DashboardDefault = () => { |
|
|
|
</Grid> |
|
|
|
<Grid item xs={12} lg={5} sx={{ pt: 2 }} style={{ height: '100%' }}> |
|
|
|
<Stack direction="row" justifyContent="space-between" sx={{ pl: 2, pr: 2, pt: 2 }} > |
|
|
|
<Typography variant="h4">系統消息</Typography> |
|
|
|
<Button color="gray"><u>顯示所有消息</u></Button> |
|
|
|
<Typography variant="h4"> |
|
|
|
<FormattedMessage id="systemMessage" /> |
|
|
|
</Typography> |
|
|
|
<Button color="gray"><u> |
|
|
|
<FormattedMessage id="viewAllSystemMessage" /> |
|
|
|
</u></Button> |
|
|
|
</Stack> |
|
|
|
<Box xs={12} md={12} sx={{ p: 1, border: '3px solid #eee', borderRadius: '10px' }} > |
|
|
|
<Message |
|
|
|