Mere branch 'dev' of gitlab.corp.qunar.com:mfe/yapi into dev

This commit is contained in:
wenbo.dong 2017-09-07 14:30:54 +08:00
commit 214e798d1d
2 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class View extends Component {
}
res_body(res_body_type,res_body){
if(res_body_type === 'json'){
let h = this.countEnter(this.props.curData.req_body_other);
let h = this.countEnter(this.props.curData.res_body);
return <div style={{display:this.props.curData.res_body?"":"none"}} className="colBody">
<span className="colKey">返回Body</span>
<div id="vres_body_json" style={{ minHeight: h*16+20 }}></div>

Binary file not shown.