zhulu il y a 2 ans
Parent
commit
c79b22b5e7

+ 1 - 1
src/components/table/gx.search.table.vue

@@ -39,7 +39,7 @@
               :row-class-name="onTableRowClassName">
       <!-- 不用element的, 不好控制要调用方法 -->
       <el-table-column v-if="select"
-                       width="45px">
+                       width="50px">
         <template slot="header"
                   slot-scope="scope">
           <el-checkbox v-show="showSelectAll"

+ 1 - 1
src/views/core/edu/plan/index.vue

@@ -136,7 +136,7 @@
     </el-row>
     <!-- 添加或修改教育培训计划对话框 -->
     <DialogCom :title="title" :visible.sync="open" @close="cancel" width="800px" height="800px" append-to-body >
-      <el-form ref="form" :model="form" :rules="rules" label-width="80px">
+      <el-form ref="form" :model="form" :rules="rules" label-width="110px">
         <el-row>
           <el-col :span="12">
             <el-form-item label="培训主题" prop="planName">