Merge branch '20220621-PartyMemberTopic' into 'release_20220629'

6.29 bug修改

See merge request eshop/fe_service_ebtp_frontend!152
This commit is contained in:
周建龙
2022-06-29 22:36:37 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ const NewsDetail: React.FC<{}> = () => {
</div> </div>
<div className="contentBlock02"> <div className="contentBlock02">
<h3>{item?.title}</h3> <h3>{item?.title}</h3>
<span>{formatTime(item?.createTime, 'MM-DD HH:mm')}</span> <span className="content-time">{formatTime(item?.createTime, 'MM-DD HH:mm')}</span>
<div className="informText02"> <div className="informText02">
{/* <img src={item?.imageUrl} alt="" /> */} {/* <img src={item?.imageUrl} alt="" /> */}
<div dangerouslySetInnerHTML={{ __html: item?.content }}></div> <div dangerouslySetInnerHTML={{ __html: item?.content }}></div>

View File

@ -85,7 +85,7 @@
font-weight: bold; font-weight: bold;
} }
.contentBlock02 span { .contentBlock02 .content-time {
display: block; display: block;
text-align: center; text-align: center;
font-size: 20px; font-size: 20px;