fix(接口测试): 修复循环控制器选项多出部分

--bug=1011409 --user=赵勇 【接口测试】场景循环控制器- while循环,有两个空选项 https://www.tapd.cn/55049933/s/1121218
This commit is contained in:
fit2-zhao 2022-03-18 19:29:30 +08:00 committed by fit2-zhao
parent 15ca194d79
commit 9fafaa3352
2 changed files with 3 additions and 66 deletions

View File

@ -1935,28 +1935,12 @@ export default {
width: 100%;
}
.ms-main-div {
background-color: white;
}
.ms-debug-div {
border: 1px #DCDFE6 solid;
border-radius: 4px;
margin-right: 0px;
}
.ms-scenario-button {
margin-left: 20px;
padding: 7px;
}
.ms-api-col {
background-color: #7C3985;
border-color: #7C3985;
margin-right: 10px;
color: white;
}
.ms-font {
color: #303133;
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
@ -2017,12 +2001,6 @@ export default {
font-size: 13px;
}
.ms-opt-btn {
position: fixed;
right: 50px;
z-index: 9;
}
.ms-tree >>> .el-tree-node__expand-icon.expanded {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
@ -2033,7 +2011,6 @@ export default {
}
.ms-tree >>> .el-icon-caret-right:before {
/*content: '\e723';*/
padding: 0;
content: "";
}
@ -2069,34 +2046,6 @@ export default {
cursor: pointer;
}
.el-icon-more:hover {
color: #7C3985;
cursor: pointer;
}
.scenario-name {
display: inline-block;
margin: 0 5px;
overflow-x: hidden;
padding-bottom: 0;
text-overflow: ellipsis;
vertical-align: middle;
white-space: nowrap;
width: 150px;
}
.ms-open-btn {
margin: 5px 5px 0px;
color: #6D317C;
font-size: 20px;
}
.ms-open-btn:hover {
background-color: #F2F9EE;
cursor: pointer;
color: #67C23A;
}
.ms-batch-btn {
margin-left: 5px;
}
@ -2112,22 +2061,10 @@ export default {
float: right;
}
.ms-open-btn-left {
margin-left: 35px;
}
.ms-message-right {
margin-right: 10px;
}
.is-top {
position: fixed;
top: 125px;
background: white;
z-index: 999;
}
.custom-node_e {
color: #7C3985;
font-size: 20px;
@ -2141,7 +2078,7 @@ export default {
}
.custom-tree-node-hide {
width: 2px;
width: 5px;
padding: 0px;
vertical-align: center;
}

View File

@ -164,9 +164,9 @@ export default {
label: "commons.adv_search.operators.is_not_empty",
value: "is not empty",
},
stepFilter: new STEP,
messageWebSocket: {},
},
stepFilter: new STEP,
messageWebSocket: {},
};
},
watch: {