fix(UI自动化): UI自动化定时任务配置页面显示优化

--bug=1020302 --user=张勇 【UI测试】UI自动化-定时任务-任务配置页面显示优化 https://www.tapd.cn/55049933/s/1305688
This commit is contained in:
zhangyong 2022-11-25 17:36:13 +08:00 committed by zhangyongfit2cloud
parent 6239a12f3f
commit 8f41954430
1 changed files with 0 additions and 3 deletions

View File

@ -36,9 +36,6 @@
</el-form-item>
<crontab-result :ex="form.cronValue" ref="crontabResult"/>
</el-form>
<div class="el-step__icon is-text" style="margin-right: 10px;">
<div class="el-step__icon-inner">2</div>
</div>
<el-dialog width="60%" :title="$t('schedule.generate_expression')" :visible.sync="showCron"
:modal="false">
<crontab @hide="showCron=false" @fill="crontabFill" :expression="schedule.value"