forked from newthuhole/hole_thu_frontend
fix css
This commit is contained in:
16
src/Flows.js
16
src/Flows.js
@@ -556,9 +556,11 @@ class FlowItemQuote extends PureComponent {
|
|||||||
);
|
);
|
||||||
else if(this.state.loading_status==='error')
|
else if(this.state.loading_status==='error')
|
||||||
return (
|
return (
|
||||||
<div className="box box-tip aux-margin">
|
<div className="aux-margin">
|
||||||
<p><a onClick={this.load.bind(this)}>重新加载</a></p>
|
<div className="box box-tip">
|
||||||
<p>{this.state.error_msg}</p>
|
<p><a onClick={this.load.bind(this)}>重新加载</a></p>
|
||||||
|
<p>{this.state.error_msg}</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
else // 'done'
|
else // 'done'
|
||||||
@@ -728,9 +730,11 @@ export class Flow extends PureComponent {
|
|||||||
show_sidebar={this.props.show_sidebar} deletion_detect={should_deletion_detect}
|
show_sidebar={this.props.show_sidebar} deletion_detect={should_deletion_detect}
|
||||||
/>
|
/>
|
||||||
{this.state.loading_status==='failed' &&
|
{this.state.loading_status==='failed' &&
|
||||||
<div className="box box-tip aux-margin">
|
<div className="aux-margin">
|
||||||
<p><a onClick={()=>{this.load_page(this.state.loaded_pages+1)}}>重新加载</a></p>
|
<div className="box box-tip">
|
||||||
<p>{this.state.error_msg}</p>
|
<p><a onClick={()=>{this.load_page(this.state.loaded_pages+1)}}>重新加载</a></p>
|
||||||
|
<p>{this.state.error_msg}</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
<TitleLine text={
|
<TitleLine text={
|
||||||
|
|||||||
Reference in New Issue
Block a user