From cc6fbfd635661d0da9ea529845f058865cad1c6a Mon Sep 17 00:00:00 2001 From: anna Date: Fri, 16 Feb 2024 17:09:44 +0800 Subject: [PATCH] update public message ui --- src/pages/dashboard/Public/Notice.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/dashboard/Public/Notice.js b/src/pages/dashboard/Public/Notice.js index 93b2247..e1ce7b8 100644 --- a/src/pages/dashboard/Public/Notice.js +++ b/src/pages/dashboard/Public/Notice.js @@ -2,13 +2,13 @@ import { Stack, Typography, + Divider } from '@mui/material'; import MainCard from "components/MainCard"; import * as React from "react"; import * as HttpUtils from "utils/HttpUtils"; import * as UrlUtils from "utils/ApiPathConst"; import * as DateUtils from "utils/DateUtils"; - import { useIntl} from "react-intl"; // ==============================|| DASHBOARD - DEFAULT ||============================== // @@ -34,7 +34,8 @@ const SearchDemandNoteForm = () => { {locale === 'en' ?item.subjectEng:locale === 'zh-HK' ?item.subjectCht:item.subjectChs} {DateUtils.datetimeStr(item.announceDate)} - {locale === 'en' ?item.contentEng:locale === 'zh-HK' ?item.contentCht:item.contentChs} + {locale === 'en' ?item.contentEng:locale === 'zh-HK' ?item.contentCht:item.contentChs} + ) }); @@ -58,7 +59,7 @@ const SearchDemandNoteForm = () => { content={false} sx={{ backgroundColor: '#fff' }} > - + {itemList}