This commit is contained in:
thuhole
2020-07-21 18:11:47 +08:00
parent 427f42529c
commit 3679077548

View File

@@ -863,7 +863,7 @@ class FlowItemRow extends PureComponent {
{this.props.info.tag !== null && ( {this.props.info.tag !== null && (
<span className="box-header-tag">{this.props.info.tag}</span> <span className="box-header-tag">{this.props.info.tag}</span>
)} )}
<Time stamp={this.props.info.timestamp} /> <Time stamp={this.props.info.timestamp} short={true} />
<span className="box-header-badge">已隐藏</span> <span className="box-header-badge">已隐藏</span>
<div style={{ clear: 'both' }} /> <div style={{ clear: 'both' }} />
</div> </div>