From dd43c95c5a020c1a828263cc5944ed6fb644b65d Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期五, 05 五月 2023 08:53:18 +0800 Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/~mayuhao/HazardInvestigationSystem --- src/views/specialWorkManage/workTicket/workApply/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/specialWorkManage/workTicket/workApply/index.vue b/src/views/specialWorkManage/workTicket/workApply/index.vue index 0668f53..43b4203 100644 --- a/src/views/specialWorkManage/workTicket/workApply/index.vue +++ b/src/views/specialWorkManage/workTicket/workApply/index.vue @@ -17,7 +17,7 @@ <broken-form :workerList= allWorkers :departList = departmentList></broken-form> </el-tab-pane> <el-tab-pane label="高处作业"> - <height-form :workerList = allWorkers></height-form> + <height-form :workerList = allWorkers :departList = departmentList></height-form> </el-tab-pane> <el-tab-pane label="临时用电作业"> <power-form :workerList = allWorkers></power-form> @@ -120,9 +120,9 @@ .el-input{ width: 100% !important; } - .el-date-editor::v-deep{ - width: 100%; - } + //.el-date-editor::v-deep{ + // width: 100%; + //} .el-select{ width: 100%; } -- Gitblit v1.9.2