| | |
| | | <div class="add_wordshop"> |
| | | <el-dialog |
| | | :visible.sync="islook" |
| | | width="40rem" |
| | | width="38rem" |
| | | @close="cancelMethod"> |
| | | <div slot="title" class="tac drawerHeader">{{ editRow.title }}人员</div> |
| | | <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" > |
| | | <el-form-item label="员工姓名" style="width: 100%;" |
| | | prop="name" > |
| | |
| | | </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{ |