定时任务调整label-width,防止部署出现错位

This commit is contained in:
RuoYi 2020-06-07 17:52:14 +08:00
parent 8a7f33807b
commit 7afc5acc6f
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@
<!-- 添加或修改定时任务对话框 --> <!-- 添加或修改定时任务对话框 -->
<el-dialog :title="title" :visible.sync="open" width="700px" append-to-body> <el-dialog :title="title" :visible.sync="open" width="700px" append-to-body>
<el-form ref="form" :model="form" :rules="rules" label-width="100px"> <el-form ref="form" :model="form" :rules="rules" label-width="120px">
<el-row> <el-row>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="任务名称" prop="jobName"> <el-form-item label="任务名称" prop="jobName">