Browse Source

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

RuoYi 4 years ago
parent
commit
7afc5acc6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ruoyi-ui/src/views/monitor/job/index.vue

+ 1 - 1
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">