mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-15 05:10:47 +08:00
Mere branch 'dev' of gitlab.corp.qunar.com:mfe/yapi into dev
This commit is contained in:
commit
214e798d1d
@ -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.
Loading…
Reference in New Issue
Block a user