style(接口测试): 修改自动化场景定时任务样式

This commit is contained in:
wxg0103 2022-04-11 11:04:23 +08:00 committed by jianxing
parent 9c2bd0d263
commit d6ff275a32
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
<el-switch v-model="schedule.enable" style="margin-left: 20px"></el-switch>
</el-tooltip>
</el-col>
<el-col :span="4">
<el-col :span="2">
<el-button :disabled="isReadOnly" type="primary" @click="saveCron" size="mini">{{
$t('commons.save')
}}

View File

@ -30,7 +30,7 @@
<el-switch v-model="schedule.enable" style="margin-left: 20px"></el-switch>
</el-tooltip>
</el-col>
<el-col :span="4">
<el-col :span="2">
<el-button :disabled="isReadOnly" type="primary" @click="saveCron" size="mini">{{
$t('commons.save')
}}