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

master
RuoYi 5 years ago
parent 8a7f33807b
commit 7afc5acc6f
  1. 2
      ruoyi-ui/src/views/monitor/job/index.vue

@ -133,7 +133,7 @@
<!-- 添加或修改定时任务对话框 -->
<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-col :span="12">
<el-form-item label="任务名称" prop="jobName">

Loading…
Cancel
Save