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:
MeterSphere Bot 2022-04-24 18:45:22 +08:00 committed by GitHub
parent 78436eccee
commit 268ac8cc74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -136,6 +136,7 @@
:response="apiCase.responseData"
v-if="api.method==='TCP'"/>
<esb-definition
class="esb-div"
v-xpack
:request="apiCase.request"
:show-pre-script="true"
@ -712,4 +713,8 @@ export default {
/deep/ .el-card__body {
padding: 5px 10px;
}
.esb-div >>> .el-table {
overflow: auto;
}
</style>