feat(接口测试): 修复ESB参数过多时展示不全的问题 (#12982)
--bug=1012397 --user=宋天阳 [接口测试]github#12778编辑接口用例时,ESB格式的TCP请求参数显示不全 https://www.tapd.cn/55049933/s/1145959 Co-authored-by: song-tianyang <tianyang.song@fit2cloud.com>
This commit is contained in:
parent
78436eccee
commit
268ac8cc74
|
@ -136,6 +136,7 @@
|
||||||
:response="apiCase.responseData"
|
:response="apiCase.responseData"
|
||||||
v-if="api.method==='TCP'"/>
|
v-if="api.method==='TCP'"/>
|
||||||
<esb-definition
|
<esb-definition
|
||||||
|
class="esb-div"
|
||||||
v-xpack
|
v-xpack
|
||||||
:request="apiCase.request"
|
:request="apiCase.request"
|
||||||
:show-pre-script="true"
|
:show-pre-script="true"
|
||||||
|
@ -712,4 +713,8 @@ export default {
|
||||||
/deep/ .el-card__body {
|
/deep/ .el-card__body {
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.esb-div >>> .el-table {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue