From eef056b9cf2760c4937337e8411404186a25ab54 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 26 Aug 2021 19:07:26 +0800
Subject: [PATCH] 添加遮罩

---
 src/views/home/index.vue |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index 6fe51e3..9927a3c 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -31,6 +31,7 @@
         <!-- :background="" -->
       </div>
     </div>
+    <div class="zhezhao" v-show="useWhere != 'close' || ApprovalShow"></div>
     <!-- 审批进度查询 -->
     <Approval class="Approval" :data="dataCard">
       <span slot="close">
@@ -229,6 +230,10 @@
     width: 100%;
     height: calc(100% - 50px);
     .title {
+      h2 {
+        position: relative;
+        left: 60px;
+      }
       width: 100%;
       height: 200px;
       // border: 1px solid red;
@@ -338,4 +343,13 @@
 .el-collapse-item__header {
   font-size: 20px !important;
 }
+
+.zhezhao {
+  position: fixed;
+  top: 0;
+  left: 0;
+  width: 100%;
+  height: 100%;
+  background-color: rgba($color: #7a7a7a, $alpha: 0.1);
+}
 </style>
\ No newline at end of file

--
Gitblit v1.9.3