From 32b7e5b7ded7730e1071eacd299ec7b880a562ae Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: 星期三, 17 八月 2022 09:36:11 +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