From 917bc03a438aa974ee84409df572c8195a3cb797 Mon Sep 17 00:00:00 2001 From: 若依 <yzz_ivy@163.com> Date: 星期四, 16 九月 2021 15:34:34 +0800 Subject: [PATCH] !316 禁用DictTag中el-tag渐变动画 Merge pull request !316 from 马小法/master --- ruoyi-ui/src/views/monitor/job/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/monitor/job/index.vue b/ruoyi-ui/src/views/monitor/job/index.vue index 8924226..753309e 100644 --- a/ruoyi-ui/src/views/monitor/job/index.vue +++ b/ruoyi-ui/src/views/monitor/job/index.vue @@ -95,7 +95,7 @@ <el-table v-loading="loading" :data="jobList" @selection-change="handleSelectionChange"> <el-table-column type="selection" width="55" align="center" /> - <el-table-column label="任务编号" align="center" prop="jobId" /> + <el-table-column label="任务编号" width="100" align="center" prop="jobId" /> <el-table-column label="任务名称" align="center" prop="jobName" :show-overflow-tooltip="true" /> <el-table-column label="任务组名" align="center" prop="jobGroup"> <template slot-scope="scope"> @@ -240,7 +240,7 @@ </div> </el-dialog> - <el-dialog title="Cron表达式生成器" :visible.sync="openCron"> + <el-dialog title="Cron表达式生成器" :visible.sync="openCron" append-to-body class="scrollbar"> <crontab @hide="openCron=false" @fill="crontabFill" :expression="expression"></crontab> </el-dialog> -- Gitblit v1.9.2