6.29 bug修改
This commit is contained in:
@ -22,7 +22,7 @@ const NewsDetail: React.FC<{}> = () => {
|
||||
</div>
|
||||
<div className="contentBlock02">
|
||||
<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">
|
||||
{/* <img src={item?.imageUrl} alt="" /> */}
|
||||
<div dangerouslySetInnerHTML={{ __html: item?.content }}></div>
|
||||
|
@ -85,7 +85,7 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.contentBlock02 span {
|
||||
.contentBlock02 .content-time {
|
||||
display: block;
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
|
Reference in New Issue
Block a user