opti: group edit style

This commit is contained in:
suxiaoxin 2017-11-09 16:46:06 +08:00
parent e6ed4e7b96
commit bfa4b8c25d
2 changed files with 6 additions and 2 deletions

View File

@ -5,7 +5,7 @@
margin-bottom: .16rem;
}
.left {
flex: 180px 0 1;
flex: 100px 0 1;
text-align: right;
}
.right {

View File

@ -66,6 +66,10 @@ Your browser does not support the video tag.
http 状态码
* params
http request params, 合并了 query 和 body
* body
返回 response body
@ -76,7 +80,7 @@ Your browser does not support the video tag.
* records
记录的 http 请求信息,假设需要获取 key为555的接口参数或者响应数据可通过 records[555].params 或 records[555].body 获取
记录的 http 请求信息,假设需要获取 key 555 的接口参数或者响应数据,可通过 records[555].params 或 records[555].body 获取
### 示例
```