| | |
| | | <template> |
| | | <div class="home-container"> |
| | | <el-scrollbar height="100%"> |
| | | <div class="homeCard"> |
| | | <el-form :model="form" label-width="150px"> |
| | | <el-row> |
| | | <el-col :span="8"> |
| | |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | </div> |
| | | <el-dialog v-model="dialogAddWorker" title="添加作业人"> |
| | | <el-form :model="addWorkerForm" label-width="120px"> |
| | | <el-form-item label="作业人"> |
| | |
| | | <style scoped lang="scss"> |
| | | .home-container { |
| | | height: 100%; |
| | | background: #fff; |
| | | overflow: hidden; |
| | | padding: 40px; |
| | | padding: 20px; |
| | | .homeCard{ |
| | | width: 100%; |
| | | padding: 20px; |
| | | background: #fff; |
| | | border-radius: 4px; |
| | | } |
| | | .el-row{ |
| | | margin-bottom: 20px; |
| | | } |