update style

This commit is contained in:
xmcp
2019-07-28 13:48:13 +08:00
parent 856421f41c
commit 5269c5cfcc
3 changed files with 6 additions and 5 deletions

View File

@@ -356,7 +356,7 @@ class FlowSidebar extends PureComponent {
/>
</ClickHandler>
{!!this.state.error_msg &&
<div className="box box-tip flow-item box-danger">
<div className="box box-tip flow-item">
<p>回复加载失败</p>
<p>{this.state.error_msg}</p>
</div>