From 8edf0fc193df875b6e05d77be428e9134438857b Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: 星期二, 16 八月 2022 19:32:54 +0800
Subject: [PATCH] Default Changelist

---
 src/views/specialWorkSystem/workApplyManage/workTicket/index.vue |   24 ++++++------------------
 1 files changed, 6 insertions(+), 18 deletions(-)

diff --git a/src/views/specialWorkSystem/workApplyManage/workTicket/index.vue b/src/views/specialWorkSystem/workApplyManage/workTicket/index.vue
index 466fa00..f73f27d 100644
--- a/src/views/specialWorkSystem/workApplyManage/workTicket/index.vue
+++ b/src/views/specialWorkSystem/workApplyManage/workTicket/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>

--
Gitblit v1.9.2