src/views/employeeSalary/apprenticeshipManage/components/addDialog.vue
@@ -2,7 +2,7 @@
  <div class="add_wordshop">
    <el-dialog
      :visible.sync="islook"
      width="40rem"
      width="38rem"
      @close="cancelMethod">
      <div slot="title" class="tac drawerHeader">{{ editRow.title }}人员</div>
      <el-form  label-position="right" label-width="120px" style="width: 100%;" :model="form" :rules="rules" ref="form" >
@@ -187,8 +187,10 @@
</script>
<style scoped lang="scss">
::v-deep .el-form-item__content{
  width: 70% !important;
.el-form{
  margin-bottom:50px;
  width:94%;
  margin: 0 auto;
}
::v-deep{
  .el-form{