fix(接口测试): 修复循环控制器选项多出部分
--bug=1011409 --user=赵勇 【接口测试】场景循环控制器- while循环,有两个空选项 https://www.tapd.cn/55049933/s/1121218
This commit is contained in:
parent
15ca194d79
commit
9fafaa3352
|
@ -1935,28 +1935,12 @@ export default {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ms-main-div {
|
|
||||||
background-color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ms-debug-div {
|
.ms-debug-div {
|
||||||
border: 1px #DCDFE6 solid;
|
border: 1px #DCDFE6 solid;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin-right: 0px;
|
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 {
|
.ms-font {
|
||||||
color: #303133;
|
color: #303133;
|
||||||
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
|
||||||
|
@ -2017,12 +2001,6 @@ export default {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ms-opt-btn {
|
|
||||||
position: fixed;
|
|
||||||
right: 50px;
|
|
||||||
z-index: 9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ms-tree >>> .el-tree-node__expand-icon.expanded {
|
.ms-tree >>> .el-tree-node__expand-icon.expanded {
|
||||||
-webkit-transform: rotate(0deg);
|
-webkit-transform: rotate(0deg);
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
|
@ -2033,7 +2011,6 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.ms-tree >>> .el-icon-caret-right:before {
|
.ms-tree >>> .el-icon-caret-right:before {
|
||||||
/*content: '\e723';*/
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
|
@ -2069,34 +2046,6 @@ export default {
|
||||||
cursor: pointer;
|
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 {
|
.ms-batch-btn {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
@ -2112,22 +2061,10 @@ export default {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ms-open-btn-left {
|
|
||||||
margin-left: 35px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.ms-message-right {
|
.ms-message-right {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-top {
|
|
||||||
position: fixed;
|
|
||||||
top: 125px;
|
|
||||||
background: white;
|
|
||||||
z-index: 999;
|
|
||||||
}
|
|
||||||
|
|
||||||
.custom-node_e {
|
.custom-node_e {
|
||||||
color: #7C3985;
|
color: #7C3985;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
@ -2141,7 +2078,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.custom-tree-node-hide {
|
.custom-tree-node-hide {
|
||||||
width: 2px;
|
width: 5px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
vertical-align: center;
|
vertical-align: center;
|
||||||
}
|
}
|
||||||
|
|
|
@ -164,9 +164,9 @@ export default {
|
||||||
label: "commons.adv_search.operators.is_not_empty",
|
label: "commons.adv_search.operators.is_not_empty",
|
||||||
value: "is not empty",
|
value: "is not empty",
|
||||||
},
|
},
|
||||||
stepFilter: new STEP,
|
|
||||||
messageWebSocket: {},
|
|
||||||
},
|
},
|
||||||
|
stepFilter: new STEP,
|
||||||
|
messageWebSocket: {},
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
|
Loading…
Reference in New Issue