fix: res_body 样式修改

This commit is contained in:
喻希里 2017-09-07 14:13:56 +08:00
parent 2e9a856c4f
commit 47c08bab7b
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.