fix(接口测试): 修复循环控制器显示结果不全的缺陷
--bug=1030250 --user=王孝刚 【接口测试】github#26640,接口自动化中,在一个场景里添加次数循环控制器,然后再添加另外一个场景,循环次数设置20,响应结果处没有滚动条,无法其它循环次数的结果 https://www.tapd.cn/55049933/s/1414660
This commit is contained in:
parent
8a0c45cbda
commit
1c0b2b89f7
|
@ -742,4 +742,8 @@ export default {
|
|||
font-size: 15px;
|
||||
color: #de9d1c;
|
||||
}
|
||||
|
||||
:deep(.el-tabs__nav-wrap) {
|
||||
width: calc(100% - 50px);
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue