diff --git a/src/Flows.js b/src/Flows.js index aac6ac77..cb209dd2 100644 --- a/src/Flows.js +++ b/src/Flows.js @@ -556,9 +556,11 @@ class FlowItemQuote extends PureComponent { ); else if(this.state.loading_status==='error') return ( -
-

重新加载

-

{this.state.error_msg}

+
+
+

重新加载

+

{this.state.error_msg}

+
); else // 'done' @@ -728,9 +730,11 @@ export class Flow extends PureComponent { show_sidebar={this.props.show_sidebar} deletion_detect={should_deletion_detect} /> {this.state.loading_status==='failed' && -
-

{this.load_page(this.state.loaded_pages+1)}}>重新加载

-

{this.state.error_msg}

+
+
+

{this.load_page(this.state.loaded_pages+1)}}>重新加载

+

{this.state.error_msg}

+
}