Admin
2022-08-18 cfa8a00451d70915cbf3d9b48969856fc09f76b1
src/views/specialWorkSystem/workApplyManage/workApplyForm/index.vue
@@ -219,9 +219,7 @@
         </div>
      </el-form>
      <div class="applyBtn">
         <el-col :span="24" class="submitBtn">
            <el-button type="primary" size="large" plain @click="handleApply(ruleFormRef2)">发起申请</el-button>
         </el-col>
         <el-button type="primary" size="large" plain @click="handleApply(ruleFormRef2)">发起申请</el-button>
      </div>
      <el-dialog v-model="dialogAddWorker" title="添加作业人">
         <el-form :model="addWorkerForm" label-width="120px" :rules="addWorkerRules" ref='ruleFormRef3'>
@@ -624,26 +622,20 @@
      .homeCard{
         width: 100%;
         padding: 20px;
         box-sizing: border-box;
         background: #fff;
         border-radius: 4px;
         margin-bottom: 20px;
         &:last-of-type{
            margin-bottom: 100px;
         }
      }
      .applyBtn{
         position: absolute;
         width: 100%;
         padding: 20px;
         background: #fff;
         bottom: 0;
         left: 0;
         height: 80px;
         z-index: 999;
         margin-bottom: 0;
         border-radius: 0;
         z-index: 5;
         box-shadow: 0 -3px 8px rgba(150,150,150,.1);
         display: flex;
         align-items: center;
         justify-content: center;
      }
      .el-row{
         margin-bottom: 20px;
@@ -662,10 +654,6 @@
      }
      .el-cascader{
         width: 100% !important;
      }
      .submitBtn{
         display: flex;
         justify-content: center;
      }
   }
</style>