diff --git a/src/pages/PartyMemberTopic/NewsDetail/index.tsx b/src/pages/PartyMemberTopic/NewsDetail/index.tsx index d5bc713..5533ecc 100644 --- a/src/pages/PartyMemberTopic/NewsDetail/index.tsx +++ b/src/pages/PartyMemberTopic/NewsDetail/index.tsx @@ -22,7 +22,7 @@ const NewsDetail: React.FC<{}> = () => {

{item?.title}

- {formatTime(item?.createTime, 'MM-DD HH:mm')} + {formatTime(item?.createTime, 'MM-DD HH:mm')}
{/* */}
diff --git a/src/pages/PartyMemberTopic/Style/detailStyle.less b/src/pages/PartyMemberTopic/Style/detailStyle.less index 397acdb..913544e 100644 --- a/src/pages/PartyMemberTopic/Style/detailStyle.less +++ b/src/pages/PartyMemberTopic/Style/detailStyle.less @@ -85,7 +85,7 @@ font-weight: bold; } - .contentBlock02 span { + .contentBlock02 .content-time { display: block; text-align: center; font-size: 20px;