From 98159093c02403f3be8f3297ea1d0f14f05cd77f Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Wed, 29 Jun 2022 22:36:03 +0800 Subject: [PATCH] =?UTF-8?q?6.29=20bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/PartyMemberTopic/NewsDetail/index.tsx | 2 +- src/pages/PartyMemberTopic/Style/detailStyle.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;