mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-03 04:28:51 +08:00
fix(测试跟踪): 测试计划定时任务样式优化
--bug=1009174 --user=王孝刚 【测试跟踪】测试计划定时任务优化 https://www.tapd.cn/55049933/s/1091922
This commit is contained in:
parent
99b670d100
commit
b79df76708
@ -58,7 +58,7 @@
|
||||
</el-col>
|
||||
<el-col :span="18">
|
||||
<div>
|
||||
<el-checkbox v-model="runConfig.onSampleError">失败停止</el-checkbox>
|
||||
<el-checkbox v-model="runConfig.onSampleError">{{ $t("api_test.fail_to_stop") }}</el-checkbox>
|
||||
</div>
|
||||
<div v-if="scheduleTaskType === 'TEST_PLAN_TEST'" style="padding-top: 10px">
|
||||
<el-checkbox v-model="runConfig.runWithinResourcePool" style="padding-right: 10px;">
|
||||
@ -431,7 +431,7 @@ export default {
|
||||
|
||||
.ms-mode-span {
|
||||
margin-right: 10px;
|
||||
margin-left: 20px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.ms-mode-div {
|
||||
|
Loading…
Reference in New Issue
Block a user